PEP in utils

This commit is contained in:
Nikolaj
2021-06-16 14:12:21 +02:00
parent 8c253aca3d
commit b68d62cf6c
137 changed files with 1159 additions and 1251 deletions

View File

@ -0,0 +1,11 @@
"""A collection of all Gwendolyn functions."""
__all__ = ["Games", "Money", "LookupFuncs", "StarWars"]
from .games import Money, Games
from .lookup import LookupFuncs
from .other import Other
from .star_wars_funcs import StarWars