Files
dp32-proto/main.py
ElectronixTM e80a041c2b init
2025-03-28 08:55:05 +03:00

7 lines
88 B
Python

def main():
print("Hello from dp32-proto!")
if __name__ == "__main__":
main()