flask server

This commit is contained in:
Gergely Hegedus 2023-02-01 23:15:18 +02:00
parent 5acb2992ce
commit 0a71a6c840
54 changed files with 5876 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# import os, sys
# currentDir = os.path.dirname(__file__)
# parentDir = os.path.join(currentDir, '..')
# sys.path.append(os.path.abspath(parentDir))