🗃️ Better importing

This commit is contained in:
Nikolaj Danger
2020-08-03 17:43:38 +02:00
parent aa52af5efc
commit 41b048217b
7 changed files with 36 additions and 23 deletions

View File

@ -1,3 +1,5 @@
__doc__ = "Gwendolyn functions for looking things up"
__all__ = ["spellFunc", "monsterFunc"]
from .lookupFuncs import spellFunc, monsterFunc