it doesnst work but i will work on it
parent
768a10de96
commit
b10cf7e2b9
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
from flask import Flask
|
||||
from ServerNode import api
|
||||
|
||||
|
||||
|
||||
if __name__== '__main__':
|
||||
api.app.run(port=3564)
|
||||
Binary file not shown.
Loading…
Reference in New Issue