11 lines
371 B
Python
11 lines
371 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
|
|
|
|
from .games import triviaStart, triviaOtherThing, triviaCountPoints, checkBalance, giveMoney
|
|
|
|
from .roll import roll_dice |