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

6 lines
157 B
Python

"""Misc. functions for Gwendolyn"""
__all__ = ["nameGen", "tavernGen", "movieFunc"]
from .generators import nameGen, tavernGen
from .movie import movieFunc