Python-With-Gtk-Template/src/utils/__init__.py

7 lines
84 B
Python
Raw Normal View History

2020-05-08 00:38:06 +00:00
"""
Utils module
"""
from .Logger import Logger
from .Settings import Settings