This commit is contained in:
2025-08-30 10:30:43 +02:00
commit 202019208e
35 changed files with 2328 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# _________ _________________________ ________
# __/ ___/ __ __/´___/__ ____ __// / / // __ )____
# / /_ _/´__` /\__ \ / /___/ / / / / // __ |/´_ \
# _/ __/ / /_/ /___/ /_/ / _/ /__/ /_/ // /_/ // __/
# /_/ ___\__,_//____/ /_/ __/_/ \____//_____/_\___/
# Corona time tracker
VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))