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
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys import sys
import os import os
sys.path.append(os.getcwd()) sys.path.append(os.getcwd())
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
class TableBorderCharset: class TableBorderCharset:
def __init__(self, def __init__(self,
corner_top_left, corner_top_right, corner_bottom_left, corner_bottom_right, corner_top_left, corner_top_right, corner_bottom_left, corner_bottom_right,
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys import sys
import os import os
sys.path.append(os.getcwd()) sys.path.append(os.getcwd())