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