reworking a bunch of stuff 2.0

This commit is contained in:
Nikolaj
2024-10-28 14:38:41 +01:00
parent bc59bf9b05
commit eb2960aa10
9 changed files with 21 additions and 269 deletions

View File

@ -1,5 +1,5 @@
"""A collections of utilities used by Gwendolyn and her functions."""
__all__ = ["make_files","get_options", "get_credentials", "long_strings", "log"]
__all__ = ["make_files","log"]
from .util_functions import make_files, get_options, get_credentials, long_strings, log
from .util_functions import make_files, log