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