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:
7
osc/_private/__init__.py
Normal file
7
osc/_private/__init__.py
Normal 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
|
Reference in New Issue
Block a user