feat(08): implement SSOT architecture for network configuration

This commit is contained in:
2026-04-23 13:58:33 +03:00
parent 5978917494
commit a5a460e765
1039 changed files with 138862 additions and 105259 deletions

View File

@@ -1,8 +1,6 @@
#!/tmp/image-system-phase1/venv/bin/python3
# -*- coding: utf-8 -*-
import re
#!/data/programare_AI/tfm_ainventory/venv/bin/python3
import sys
from websockets.cli import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())