weather_report/utils.py

4 lines
65 B
Python
Raw Normal View History

2024-02-20 03:28:29 +00:00
import time
def get_unix_time() -> float:
return time.time()