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