Add stubs for antlr4 (#11192)

This commit is contained in:
Kevin Nowaczyk
2024-01-15 09:35:18 -05:00
committed by GitHub
parent 5367bab4ed
commit 64f7da9e45
60 changed files with 1981 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
version = "4.13.*"
upstream_repository = "https://github.com/antlr/antlr4"
[tool.stubtest]
ignore_missing_stub = true
platforms = ["linux", "win32"]