1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

Add obs_api.Request class for handling requests

This commit is contained in:
2024-03-01 14:09:07 +01:00
parent e5370b9c0b
commit 9078bc257c
23 changed files with 798 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
from .package import Package
from .package_sources import PackageSources
from .project import Project
from .request import Request