Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
.test ...__init__.py ...first.py ...second.py ...third.py .app.py
from test import first first.fnc()
def fnc(): print("hello")
import first first.fnc()