Maintinance 🔧
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"""Misc. functions for Gwendolyn."""
|
||||
|
||||
__all__ = ["nameGen", "tavernGen", "movieFunc"]
|
||||
__all__ = ["Generators", "movieFunc"]
|
||||
|
||||
from .generators import nameGen, tavernGen
|
||||
from .generators import Generators
|
||||
from .movie import movieFunc
|
Reference in New Issue
Block a user