1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

Add new osc._private module

This commit is contained in:
2022-10-12 15:19:17 +02:00
parent e03cafa99a
commit a4720eb776
10 changed files with 354 additions and 0 deletions

7
osc/_private/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# This is a private implementation of osc.core that will replace it in the future.
# The existing osc.core needs to stay for a while to emit deprecation warnings.
#
# The cherry-picked imports will be the supported API.
from .package import ApiPackage
from .request import forward_request