mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 05:35:43 +00:00
feat: initial commit
This commit is contained in:
10
tembo/__init__.py
Normal file
10
tembo/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user