create 0.8.1

This commit is contained in:
ada-dmitry
2024-05-16 11:00:48 +03:00
parent 7adca1884d
commit 702a3ca3f9
19 changed files with 1015 additions and 6 deletions
+5 -1
View File
@@ -1,4 +1,5 @@
import re
import os
def validate_time_format(input_str):
"""Функция проверки подходящего формата для ввода времени в interval
@@ -69,4 +70,7 @@ def add_zero_before(old_index: str, max_len: str) -> str:
return new_index
def cls():
# Закомментировать строку нижу, если нужно выключить очистку терминала
os.system('cls')
return