Add core modules: config and platform detection
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
6
dev_env_sync/core/__init__.py
Normal file
6
dev_env_sync/core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
"""Core functionality including configuration loading and platform detection."""
|
||||||
|
|
||||||
|
from .config import ConfigLoader, ConfigSchema
|
||||||
|
from .platform import PlatformDetector
|
||||||
|
|
||||||
|
__all__ = ["ConfigLoader", "ConfigSchema", "PlatformDetector"]
|
||||||
Reference in New Issue
Block a user