Added compiled projects. /JL

This commit is contained in:
Jan Lerking
2025-04-23 06:11:25 +02:00
parent 35326109f4
commit 41529c1be8
10 changed files with 101 additions and 10 deletions

6
begynder/billede/main.py Normal file
View File

@@ -0,0 +1,6 @@
from .billede import billede
running = True
while running:
billede()