interaction/infector/__main__.py
2024-09-27 12:16:37 +03:00

11 lines
162 B
Python

__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
import npyscreen
from . import TestApp
result = npyscreen.wrapper_basic(TestApp)
print(result)