6 lines
74 B
Python
6 lines
74 B
Python
from .billede import billede
|
|
|
|
running = True
|
|
|
|
while running:
|
|
billede() |