Add init file to make notion module discoverable (#1100)

One of the added modules was missing an __init__.py file which made it undiscoverable in the path when running as a cli command via console script rather than the PYTHONPATH=. python ... approach.
This commit is contained in:
Roman Isecke 2023-08-12 15:21:07 -04:00 committed by GitHub
parent 627f78c16f
commit 9d29f5dc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
### Fixes ### Fixes
* make notion module discoverable
## 0.9.2 ## 0.9.2