8 lines
97 B
Python
8 lines
97 B
Python
|
|
|
|
if __name__ == "__main__":
|
|
import time
|
|
|
|
while True:
|
|
|
|
time.sleep(10) |