Fixed importing logic for mixins

This commit is contained in:
2020-05-07 19:38:06 -05:00
parent 4ceb32f7b7
commit 6988ce3810
7 changed files with 72 additions and 4 deletions

6
src/utils/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""
Utils module
"""
from .Logger import Logger
from .Settings import Settings