Files
Gwendolyn/funcs/lookup/__init__.py
2020-08-03 16:58:37 +02:00

3 lines
87 B
Python

__all__ = ["spellFunc", "monsterFunc"]
from .lookupFuncs import spellFunc, monsterFunc