Initial commit: Core Teletext Editor functionality

This commit is contained in:
2025-12-28 21:38:21 +01:00
commit 6000897578
4494 changed files with 537255 additions and 0 deletions

8
venv/bin/pylupdate6 Executable file
View File

@@ -0,0 +1,8 @@
#!/home/daniel/Documents/Projects/teletext_editor/venv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from PyQt6.lupdate.pylupdate import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())