interaction/infector/__main__.py

11 lines
162 B
Python
Raw Permalink Normal View History

2024-09-27 09:16:37 +00:00
__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
import npyscreen
from . import TestApp
result = npyscreen.wrapper_basic(TestApp)
print(result)