5 lines
87 B
Python

from ipkvm import ui
if __name__ == '__main__':
ui.run(host='0.0.0.0', port=5000)