Files
MicroPythonOS/draft_code/include_in_build.py
T

3 lines
111 B
Python
Raw Normal View History

2025-04-30 09:22:06 +02:00
print("This script will be included in the build.")
print("You can then run it with: import include_in_build")