Files
Gwendolyn/funcs/__init__.py
2020-08-13 16:31:28 +02:00

18 lines
712 B
Python

"""A collection of all Gwendolyn functions."""
#__all__ = ["Games" ,"helloFunc", "cap", "imageFunc", "logThis", "findWikiPage", "makeFiles", "emojiToCommand", "Money", "spellFunc", "monsterFunc", "nameGen", "tavernGen", "movieFunc", "roll_dice", "SwChar", "SwDestiny", "SwRoll", "addToDict", "replaceMultiple", "transferUsers","Funcs"]
from .miscFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, replaceMultiple, emojiToCommand, addToDict, transferUsers
from .funcs import Funcs
from .games import Money, Games
from .lookup import spellFunc, monsterFunc
from .other import nameGen, tavernGen, movieFunc
from .roll import roll_dice
from .swfuncs import SwChar, SwDestiny, SwRoll