Files
Gwendolyn/funcs/lookup/__init__.py
2020-08-03 17:51:35 +02:00

5 lines
136 B
Python

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