no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / third_party / python / attrs / attr / _version_info.pyi
blob45ced086337783c4b73b26cd17d2c1c260e24029
1 class VersionInfo:
2     @property
3     def year(self) -> int: ...
4     @property
5     def minor(self) -> int: ...
6     @property
7     def micro(self) -> int: ...
8     @property
9     def releaselevel(self) -> str: ...