3 lines
87 B
Python
3 lines
87 B
Python
__all__ = ["spellFunc", "monsterFunc"]
|
|
|
|
from .lookupFuncs import spellFunc, monsterFunc |