1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-01 18:59:37 +02:00

Add obs_api.PackageSources class for handling OBS SCM sources

This commit is contained in:
2024-02-29 09:54:23 +01:00
parent 772509c023
commit e5370b9c0b
5 changed files with 159 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
from .package import Package
from .package_sources import PackageSources
from .project import Project