|
11 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | 12 | # See the License for the specific language governing permissions and |
13 | 13 | # limitations under the License. |
14 | | -from quantum_as_a_service_api_client.models import ( |
| 14 | +from .quantum_as_a_service_api_client.models import ( |
15 | 15 | ScalewayQaasV1Alpha1Platform as QaaSPlatform, |
16 | 16 | ) |
17 | | -from quantum_as_a_service_api_client.models import ( |
| 17 | +from .quantum_as_a_service_api_client.models import ( |
18 | 18 | ScalewayQaasV1Alpha1PlatformAvailability as QaaSPlatformAvailability, |
19 | 19 | ) |
20 | | -from quantum_as_a_service_api_client.models import ( |
| 20 | +from .quantum_as_a_service_api_client.models import ( |
21 | 21 | ScalewayQaasV1Alpha1PlatformTechnology as QaaSPlatformTechnology, |
22 | 22 | ) |
23 | | -from quantum_as_a_service_api_client.models import ScalewayQaasV1Alpha1Job as QaaSJob |
24 | | -from quantum_as_a_service_api_client.models import ( |
| 23 | +from .quantum_as_a_service_api_client.models import ScalewayQaasV1Alpha1Job as QaaSJob |
| 24 | +from .quantum_as_a_service_api_client.models import ( |
25 | 25 | ScalewayQaasV1Alpha1JobResult as QaaSJobResut, |
26 | 26 | ) |
27 | | -from quantum_as_a_service_api_client.models import ( |
| 27 | +from .quantum_as_a_service_api_client.models import ( |
28 | 28 | ScalewayQaasV1Alpha1JobStatus as QaaSJobStatus, |
29 | 29 | ) |
30 | | -from quantum_as_a_service_api_client.models import ( |
| 30 | +from .quantum_as_a_service_api_client.models import ( |
31 | 31 | ScalewayQaasV1Alpha1Session as QaaSSession, |
32 | 32 | ) |
33 | | -from quantum_as_a_service_api_client.models import ( |
| 33 | +from .quantum_as_a_service_api_client.models import ( |
34 | 34 | ScalewayQaasV1Alpha1SessionStatus as QaaSSessionStatus, |
35 | 35 | ) |
36 | | -from quantum_as_a_service_api_client.models import ( |
| 36 | +from .quantum_as_a_service_api_client.models import ( |
37 | 37 | ScalewayQaasV1Alpha1Application as QaaSApplication, |
38 | 38 | ) |
39 | | -from quantum_as_a_service_api_client.models import ( |
| 39 | +from .quantum_as_a_service_api_client.models import ( |
40 | 40 | ScalewayQaasV1Alpha1Process as QaaSProcess, |
41 | 41 | ) |
42 | | -from quantum_as_a_service_api_client.models import ( |
| 42 | +from .quantum_as_a_service_api_client.models import ( |
43 | 43 | ScalewayQaasV1Alpha1ProcessResult as QaaSProcessResult, |
44 | 44 | ) |
45 | | -from quantum_as_a_service_api_client.models import ( |
| 45 | +from .quantum_as_a_service_api_client.models import ( |
46 | 46 | ScalewayQaasV1Alpha1ProcessStatus as QaaSProcessStatus, |
47 | 47 | ) |
48 | 48 | from job_payload.models import ( |
|
0 commit comments