9 lines
127 B
Python
9 lines
127 B
Python
|
|
import base
|
||
|
|
base.init()
|
||
|
|
"""
|
||
|
|
base.sights.create("main");
|
||
|
|
base.sights.processes();
|
||
|
|
base.sights.show("main");
|
||
|
|
|
||
|
|
base.app.exec()
|
||
|
|
"""
|