Add basic API for machine states

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-11-08 01:29:49 +00:00
parent 3924467a30
commit 87987553e4
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
5 changed files with 167 additions and 2 deletions

View file

@ -9,6 +9,7 @@ license = "MIT"
python = "^3.8"
requests = "^2.28.1"
beautifulsoup4 = "^4.11.1"
Flask = "^2.2.2"
[tool.poetry.dev-dependencies]