4 lines
101 B
Python
4 lines
101 B
Python
from ipkvm import ui
|
|
|
|
if __name__ == '__main__':
|
|
ui.run(host='0.0.0.0', port=5000, threaded=True) |