Add basic API and Client structure

This commit is contained in:
Richard Kubíček
2025-01-13 19:17:07 +01:00
parent f4d519baaa
commit 204f05478a
4 changed files with 87 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
requests~=2.32.3
python-dotenv~=1.0.1