This commit is contained in:
FullGreaM 2021-07-25 16:56:55 +03:00
parent 1234eb2b08
commit 8a8ddc2adc

4
server.py Normal file
View File

@ -0,0 +1,4 @@
from Flask import flask
app = flask(__name__)