demos/03_application.py
changeset 86 0978fb755d31
child 87 ee5ea9671f28
equal deleted inserted replaced
85:6828c5b16087 86:0978fb755d31
       
     1 #!/usr/bin/env python3
       
     2 
       
     3 import sys
       
     4 sys.path.append('..')
       
     5 
       
     6 from tuikit.core.application import Application
       
     7 
       
     8 
       
     9 app = Application()
       
    10 app.start()