Closed estysdesu closed 4 years ago
The idea was to make the ./timelapse folder a Python package I'm sure. But, __init.py__ is not the correct form.
./timelapse
__init.py__
It should be __init__.py.
__init__.py
The Python documentation on packages
Oh, nice catch! Thanks. 🚀
Invalid filename: __init.py__
Why
The idea was to make the
./timelapse
folder a Python package I'm sure. But,__init.py__
is not the correct form.Fix
It should be
__init__.py
.Supporting Evidence
The Python documentation on packages