Add core modules: config and platform detection
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 04:07:48 +00:00
parent 65ccb51412
commit e588162655

3
dev_env_sync/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Dev Environment Sync - A declarative YAML-based CLI tool for managing developer environments."""
__version__ = "0.1.0"