interface work

This commit is contained in:
Vitor Santos Costa
2016-09-27 12:28:54 -05:00
parent e39b1e0127
commit 97350da9bd
19 changed files with 1252 additions and 2441 deletions

View File

@@ -1,3 +1,4 @@
if __name__ == '__main__':
from yap_kernel import kernelapp as app
app.launch_new_instance()
import yap_kernel.kernelapp
yap_kernel.kernelapp.launch_new_instance()