🏗️ Built framework for games

This commit is contained in:
Nikolaj Danger
2020-07-27 17:18:07 +02:00
parent 6dac0e8bdf
commit 95d5fa685a
7 changed files with 31 additions and 29 deletions

View File

@ -4,6 +4,8 @@ from .swfuncs import parseChar, parseRoll, parseDestiny, critRoll
from .lookup import spellFunc, monsterFunc
from .other import nameGen, tavernGen, movieFunc, triviaStart, triviaOtherThing, triviaCountPoints
from .other import nameGen, tavernGen, movieFunc
from .games import triviaStart, triviaOtherThing, triviaCountPoints
from .roll import roll_dice