Files
Gwendolyn/funcs/lookup/__init__.py
Nikolaj Danger cb2df5e87a 🐛
2020-08-03 17:55:16 +02:00

5 lines
137 B
Python

"""Gwendolyn functions for looking things up."""
__all__ = ["spellFunc", "monsterFunc"]
from .lookupFuncs import spellFunc, monsterFunc