11 lines
162 B
Python
11 lines
162 B
Python
|
|
__author__ = 'RemiZOffAlex'
|
||
|
|
__email__ = 'remizoffalex@mail.ru'
|
||
|
|
|
||
|
|
import npyscreen
|
||
|
|
|
||
|
|
from . import TestApp
|
||
|
|
|
||
|
|
|
||
|
|
result = npyscreen.wrapper_basic(TestApp)
|
||
|
|
print(result)
|