Files
Gwendolyn/funcs/lookup/__init__.py
Nikolaj Danger 41b048217b 🗃️ Better importing
2020-08-03 17:43:38 +02:00

5 lines
142 B
Python

__doc__ = "Gwendolyn functions for looking things up"
__all__ = ["spellFunc", "monsterFunc"]
from .lookupFuncs import spellFunc, monsterFunc