Missing config submodule in the repository

parent e9ca7272
......@@ -145,7 +145,6 @@ ehthumbs.db
Thumbs.db
# Project specific
config/
logs/
videos/
*.db
......
"""
Configuration management for MbetterClient
"""
from .settings import AppSettings, DatabaseConfig, WebConfig, QtConfig, ApiConfig
from .manager import ConfigManager
__all__ = [
'AppSettings',
'DatabaseConfig',
'WebConfig',
'QtConfig',
'ApiConfig',
'ConfigManager'
]
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment