mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __version__ to _ast.pyi.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from typing import Any
|
||||
from typing import Tuple as TypingTuple
|
||||
|
||||
__version__ = ... # type: int
|
||||
|
||||
PyCF_ONLY_AST = ... # type: int
|
||||
|
||||
class AST(object):
|
||||
|
||||
Reference in New Issue
Block a user