add graph loading
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-02 00:18:14 +02:00
parent 1152724969
commit 81efd01ce5
7 changed files with 243503 additions and 0 deletions

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: run_tournament
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py