mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-21 21:25:44 +00:00
11 lines
178 B
Python
11 lines
178 B
Python
"""
|
|
Tembo package.
|
|
|
|
A simple folder organiser for your work notes.
|
|
"""
|
|
|
|
# flake8: noqa
|
|
|
|
from . import exceptions
|
|
from .journal.pages import PageCreatorOptions, ScopedPageCreator
|