Added shebangs

geändert:       client/client.py
	geändert:       lib/terminal_table.py
	umbenannt:      server/main.py -> server/server.py
This commit is contained in:
2025-12-30 10:14:25 +01:00
parent 9866a0e2d4
commit bfec87dde6
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys
import os
sys.path.append(os.getcwd())