This commit is contained in:
2024-12-07 23:18:37 +03:00
commit 73ba329510
14 changed files with 448 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
gen:
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/tasks.proto
run:
python ./server.py