Напиши свой контекстный менеджер
### module.py print("Module executed") ### main.py import module import module as a import```