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:
5
dev_env_sync/cli/__init__.py
Normal file
5
dev_env_sync/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""CLI interface using Click."""
|
||||||
|
|
||||||
|
from .main import main, cli
|
||||||
|
|
||||||
|
__all__ = ["main", "cli"]
|
||||||
Reference in New Issue
Block a user