converted into multifile for ease

This commit is contained in:
Arctic 2025-03-07 04:08:40 -06:00
parent bfdcf11212
commit 2a7cb7dcb7
9 changed files with 148 additions and 176 deletions

7
__main__.py Normal file
View file

@ -0,0 +1,7 @@
# ssh_manager/__main__.py
import sys
from .cli import main
if __name__ == "__main__":
sys.exit(main())