feat: scaffold autossh-mgr project structure

This commit is contained in:
2026-05-21 11:22:27 +08:00
parent e6fc5db85a
commit 0408fc2f7d
7 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from autossh_mgr.cli import cli
if __name__ == "__main__":
cli()