You can create a package (e.g. your.package
) that contains a bunch of files with only top level functions, and they’ll be importable with your.package.*
.
1 Like
You can create a package (e.g. your.package
) that contains a bunch of files with only top level functions, and they’ll be importable with your.package.*
.