Files
Gwendolyn/gwendolyn/utils/__init__.py
2024-10-29 15:20:28 +01:00

6 lines
164 B
Python

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