4 lines
101 B
Python
4 lines
101 B
Python
if __name__ == '__main__':
|
|
from yap_kernel import kernelapp as app
|
|
app.launch_new_instance()
|