Files
Gwendolyn/funcs/__init__.py
2020-07-29 10:38:37 +02:00

11 lines
211 B
Python

from .miscFuncs import helloFunc, cap, imageFunc, logThis, findWikiPage, makeFiles, replaceMultiple
from .swfuncs import *
from .lookup import *
from .other import *
from .games import *
from .roll import *