finish api basic setup

This commit is contained in:
Gardient
2021-09-19 22:13:10 +03:00
parent 0b189e3b65
commit 404dbb6870
10 changed files with 307 additions and 0 deletions

2
api/constants.py Normal file
View File

@@ -0,0 +1,2 @@
API_PASS='API_PASS'
API_USER='super'