Files
Gwendolyn/utils/__init__.py
2021-03-29 00:55:31 +02:00

5 lines
121 B
Python

"""A collections of utilities used by Gwendolyn and her functions"""
__all__ = ["Options"]
from .options import Options