6 lines
158 B
Python
6 lines
158 B
Python
"""Misc. functions for Gwendolyn."""
|
|
|
|
__all__ = ["nameGen", "tavernGen", "movieFunc"]
|
|
|
|
from .generators import nameGen, tavernGen
|
|
from .movie import movieFunc |