main() is a service

This commit is contained in:
Alex Tau 2025-04-27 22:33:31 +03:00
parent 75ff4edeed
commit 96e98a3044

View file

@ -1,2 +1,6 @@
import time
def main() -> None:
print("Hello from hello-world!")
while True:
print("service running...")
time.sleep(300)