legokor/mi-tutorial

Project structure

Opened this issue · 1 comments

Write a guide on best practices for managing Python projects.

E.g.

notebooks
config
docs
src
    some_features
        __init__.py
        feature.py
    utils
        __init__.py
        utils.py
tests
    some_features
        __init__.py
        test_feature.py

Purpose of __init__.py files.