Added BCF Server (#1626)

This commit is contained in:
Prabhat Singh
2021-08-04 07:44:24 +05:30
committed by GitHub
parent 2c5442accc
commit 44f8255296
19 changed files with 877 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
from website import app
if __name__ == "__main__":
app.run(debug=True)