Files
python-microbit/begynder/main.py
Jan Lerking 84751ce823 Updated. /JL
2025-04-22 11:49:02 +02:00

6 lines
74 B
Python

from .billede import billede
running = True
while running:
billede()