undocumented = 1

#: docstring
documented = 1

undoc_annotated: int

#: docstring
annotated: int

__special__ = 1

#: docstring
__documented_special__ = 1
