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