Files
Gwendolyn/utils/__init__.py
Nikolaj Danger a8a7e5eabd More converting
2021-03-30 18:27:47 +02:00

5 lines
155 B
Python

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