📝 Commenting and formatting
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
from .gwendolynFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, replaceMultiple
|
||||
from .miscFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, replaceMultiple
|
||||
|
||||
from .swfuncs import parseChar, parseRoll, parseDestiny, critRoll
|
||||
from .swfuncs import *
|
||||
|
||||
from .lookup import spellFunc, monsterFunc
|
||||
from .lookup import *
|
||||
|
||||
from .other import nameGen, tavernGen, movieFunc
|
||||
from .other import *
|
||||
|
||||
from .games import triviaStart, triviaOtherThing, triviaCountPoints, checkBalance, addMoney, giveMoney, shuffle, blackjackStart, blackjackPlayerDrawHand, blackjackContinue, blackjackFinish, blackjackStand, blackjackHit,blackjackDouble,blackjackSplit, decipherCommand
|
||||
from .games import *
|
||||
|
||||
from .roll import roll_dice
|
||||
from .roll import *
|
Reference in New Issue
Block a user