5 lines
142 B
Python
5 lines
142 B
Python
__doc__ = "Gwendolyn functions for looking things up"
|
|
|
|
__all__ = ["spellFunc", "monsterFunc"]
|
|
|
|
from .lookupFuncs import spellFunc, monsterFunc |