Files
Gwendolyn/funcs/__init__.py
NikolajDanger a0451d5dbe Doing a trivia
2020-04-06 14:37:10 +02:00

9 lines
317 B
Python

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