tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Questions regarding python scripts



On Tue, Dec 08, 2020 at 12:58:53PM +0100, Georg Schwarz wrote:
> They also come with empty __init__.py files. I don't need to include those, do I?

__init__.py marks a directory as a package. Imports won't work without
them.

Joerg


Home | Main Index | Thread Index | Old Index