Files
Gwendolyn/funcs/__init__.py
2020-03-24 16:25:12 +01:00

7 lines
201 B
Python

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