feat/improvements #1

Merged
kenkeiras merged 10 commits from lyz/org-rw:feat/improvements into develop 2024-07-29 14:17:18 +00:00
Showing only changes of commit ff841f82f0 - Show all commits

View File

@ -1032,7 +1032,7 @@ TableRow = collections.namedtuple(
class Timestamp:
def __init__(
self,
active: bool,
active: bool = True,
year: Optional[int] = None,
month: Optional[int] = None,
day: Optional[int] = None,