Код: Выделить всё
src/
flux/
util.py
some_other_file.py
Код: Выделить всё
from flux.model import Flux, FluxParams
from flux.modules.autoencoder import AutoEncoder, AutoEncoderParams
from flux.modules.conditioner import HFEmbedder
Как настроить репозиторий, чтобы файлы можно было без проблем импортировать из соседних файлов?
Подробнее здесь: https://stackoverflow.com/questions/790 ... adjacent-f