Atlas
Imaging
Other
Utility
API Reference
Roadmap
Bases: object
object
annotated a date field which use current date as its default.
>>> class Example: ... a: Annotated[datetime.date, CURRENT_DATE]
Methods
__init__()
__init__