feat: initial commit

This commit is contained in:
2021-11-21 13:58:52 +00:00
commit fb7fec7ea6
53 changed files with 4920 additions and 0 deletions

10
tembo/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
Tembo package.
A simple folder organiser for your work notes.
"""
# flake8: noqa
from . import exceptions
from .journal.pages import PageCreatorOptions, ScopedPageCreator