ModernOSWeather/src/main.py

6 lines
86 B
Python
Raw Normal View History

2024-09-23 12:17:02 +03:00
from server import weather_run
from installer import install
2024-09-09 10:01:44 +03:00
install()
2024-09-23 12:17:02 +03:00
weather_run()