mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
8 lines
290 B
Python
8 lines
290 B
Python
# 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
|