Renamed main.py to micronec.py

This commit is contained in:
Blue Fox 2023-11-02 18:06:47 +01:00
parent 7c0d2d114a
commit 24193a047c

View File

@ -1,8 +0,0 @@
from welcome import WelcomeScreen
import time
ws = WelcomeScreen()
while True:
ws.show_welcome(2)
time.sleep(1)