Populating a regular package's __init__.py

What is the recommended way to add content to a regular package’s __init__.py file?

I see that the nbdev package itself has import statements in it’s __init__.py:

Are these statements generated from notebook content, or were they manually added, or something else?

These are manually added :slight_smile: The only thing autopopulated is the __version__