summaryrefslogtreecommitdiffstats
path: root/third_party/python/attrs/attr/_version_info.pyi
blob: 45ced086337783c4b73b26cd17d2c1c260e24029 (plain)
1
2
3
4
5
6
7
8
9
class VersionInfo:
    @property
    def year(self) -> int: ...
    @property
    def minor(self) -> int: ...
    @property
    def micro(self) -> int: ...
    @property
    def releaselevel(self) -> str: ...