Files
Gwendolyn/funcs/__init__.py
2020-04-03 15:57:28 +02:00

7 lines
238 B
Python

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