Add basic auth

This commit is contained in:
Ivan Vazhenin
2023-03-12 16:37:41 +03:00
parent 3d999a5fc4
commit fde2d5513e
7 changed files with 149 additions and 4 deletions

7
requests/classifier.py Normal file
View File

@@ -0,0 +1,7 @@
import graphql
CLASSIFIER_VERSION = '8.23'
class Classifier:
def get_classifier(self):