This commit is contained in:
2024-10-29 15:20:28 +01:00
parent eb2960aa10
commit e955ef4e28
34 changed files with 201 additions and 476 deletions

View File

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