feat: scaffold autossh-mgr project structure
This commit is contained in:
4
src/autossh_mgr/__main__.py
Normal file
4
src/autossh_mgr/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from autossh_mgr.cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Reference in New Issue
Block a user