5 lines
114 B
Python
5 lines
114 B
Python
"""Gwendolyn functions for looking things up."""
|
|
|
|
__all__ = ["LookupFuncs"]
|
|
|
|
from .lookup_funcs import LookupFuncs |