Files
Gwendolyn/funcs/__init__.py
Nikolaj Danger 95d5fa685a 🏗️ Built framework for games
2020-07-27 17:18:07 +02:00

11 lines
346 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
from .roll import roll_dice