mre / timelapse

🎬 Native macOS app for recording timelapse videos of your desktop.
https://endler.dev/2020/timelapse/
Apache License 2.0
214 stars 18 forks source link

fix naming of __init.py__ to __init__.py #44

Closed estysdesu closed 4 years ago

estysdesu commented 4 years ago

Description

Fix #43 by renaming __init.py__ to __init__.py according to Python documentation on Python packages.

Types of Changes

File rename. That's all.

Issues Fixed or Closed by This PR

Checklist

mre commented 4 years ago

Thanks @estysdesu. Big oversight from my side.