#!/usr/bin/python """Файл инициализации приложения""" from src.app import Talc if __name__ == "__main__": talc = Talc() talc.run()