9 lines
327 B
Python
9 lines
327 B
Python
from .gwendolynFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles
|
|
|
|
from .swfuncs import parseChar, parseRoll, parseDestiny, critRoll
|
|
|
|
from .lookup import spellFunc, monsterFunc
|
|
|
|
from .other import nameGen, tavernGen, movieFunc, triviaStart, triviaOtherThing, triviaCountPoints
|
|
|
|
from .roll import roll_dice |