6 lines
147 B
Python
6 lines
147 B
Python
"""A collections of utilities used by Gwendolyn and her functions."""
|
|
|
|
__all__ = ["make_files","log"]
|
|
|
|
from .util_functions import make_files, log
|