Files
Gwendolyn/funcs/__init__.py
NikolajDanger eb8fb0c2c2 Logging
2020-04-01 00:59:02 +02:00

7 lines
224 B
Python

from .gwendolynFuncs import helloFunc, roll_dice, cap, imageFunc, logThis
from .swfuncs import parseChar, parseRoll, parseDestiny
from .lookup import spellFunc, monsterFunc
from .other import nameGen, tavernGen, movieFunc