Initial commit

This commit is contained in:
2024-09-22 11:08:16 +02:00
commit b708ef2c46
12 changed files with 289 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Introduction
This is yet another attempt to create the ultimate management tool
This time, the development will be done in Python exclusively,
using [FastHTML](https://www.fastht.ml/) to serve the front end
# To start
```commandline
cd src
python main.py
```