first commit

This commit is contained in:
rnsrk 2024-02-07 15:33:41 +01:00
commit 52145ecabf
10 changed files with 538 additions and 0 deletions

5
__init__.py Normal file
View file

@ -0,0 +1,5 @@
"""Top-Level package for the project."""
# __init__.py
__app_name__ = "rptodo"
__version__ = "0.1.0"