python-project-example

This is a flat-layout python project created with PDM. setuptools will discover local packages automatically (with default exclude).

Import module from local package

from lib.utils import my_func

my_func()