This commit is contained in:
2025-05-15 13:44:09 +03:00
parent 0294c3d540
commit da7ae0a370
6 changed files with 185 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
from datetime import datetime, timedelta
import config
from config import config
def time_to_hour(time: timedelta) -> float:
return time.total_seconds() / 3600