5 lines
85 B
Python
5 lines
85 B
Python
from crypto2 import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(host='192.168.0.12')
|