Add pony stubs (#14361)

This commit is contained in:
Semyon Moroz
2025-07-16 19:48:38 +02:00
committed by GitHub
parent a1ae191820
commit cc9cb918e6
49 changed files with 3997 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Tests should not be part of the stubs
pony.orm.tests.*
# Modules with ImportError, cannot import third-party libraries:
pony.flask.*
pony.orm.dbproviders.cockroach
pony.orm.dbproviders.mysql
pony.orm.dbproviders.oracle
pony.orm.dbproviders.postgres
pony.orm.integration.bottle_plugin
pony.orm.examples.bottle_example
# TODO: Incomplete issues in examples dir:
pony.orm.examples.*