Shellmen/src/utils/__init__.py

7 lines
84 B
Python

"""
Utils module
"""
from .Logger import Logger
from .Settings import Settings