greatday.session module
Contains the GreatSession class.
- class GreatSession(db_url, tag, *, name=None, verbose=0)[source]
Bases:
potoroo._uow.UnitOfWork[greatday.repo.FileRepo]Each time todos are opened in an editor, a new session is created.
- Parameters
db_url (
str) –tag (
GreatTag) –name (
Optional[str]) –verbose (
int) –