Improved project structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from abc import abstractmethod
|
||||
|
||||
from sh_edraft.configuration import ApplicationHost
|
||||
from sh_edraft.hosting.application_host import ApplicationHost
|
||||
from sh_edraft.logging.model.logging_settings import LoggingSettings
|
||||
from sh_edraft.service.base.service_base import ServiceBase
|
||||
from sh_edraft.time.model.time_format_settings import TimeFormatSettings
|
||||
|
@@ -4,7 +4,7 @@ import traceback
|
||||
from collections import Callable
|
||||
from string import Template
|
||||
|
||||
from sh_edraft.configuration import ApplicationHost
|
||||
from sh_edraft.hosting.application_host import ApplicationHost
|
||||
from sh_edraft.logging.base.logger_base import LoggerBase
|
||||
from sh_edraft.logging.model import LoggingSettings
|
||||
from sh_edraft.logging.model.logging_level import LoggingLevel
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
sh_edraft.logging.model
|
||||
sh_edraft.logging.base
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ sh_edraft.logging.model
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'sh_edraft.logging.model'
|
||||
__title__ = 'sh_edraft.logging.base'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import traceback
|
||||
from typing import Optional
|
||||
|
||||
from sh_edraft.configuration.model.configuration_model_base import ConfigurationModelBase
|
||||
from sh_edraft.configuration.base.configuration_model_base import ConfigurationModelBase
|
||||
from sh_edraft.logging.model.logging_settings_name import LogSettingsName
|
||||
from sh_edraft.utils.console import Console
|
||||
from sh_edraft.logging.model.logging_level import LoggingLevel
|
||||
|
Reference in New Issue
Block a user