harbor/tests/apitests/python/library/Harbor.py

13 lines
257 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import project
import label
import registry
import replication
import repository
import swagger_client
class Harbor(project.Project, label.Label,
registry.Registry, replication.Replication,
repository.Repository):
pass