mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
[tzdata] Add package stubs (#14997)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# These are data-only timezone info files.
|
||||
tzdata\.zoneinfo.*
|
||||
@@ -0,0 +1,2 @@
|
||||
version = "2025.*"
|
||||
upstream_repository = "https://github.com/python/tzdata"
|
||||
@@ -0,0 +1,4 @@
|
||||
from typing import Final
|
||||
|
||||
__version__: Final[str]
|
||||
IANA_VERSION: Final[str]
|
||||
Reference in New Issue
Block a user