Add include_in_build.py and manifest.py

This commit is contained in:
Thomas Farstrike
2025-04-28 15:27:40 +02:00
parent 8827477a8b
commit 88712585e1
3 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
print("This script will be included in the build.")
print("You can then run it with: import include_in_build.py")
+1
View File
@@ -0,0 +1 @@
freeze('', 'include_in_build.py')
View File