1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-04 06:57:50 +01:00
harbor/tests/apitests/python/library/Harbor.py

14 lines
280 B
Python

# -*- coding: utf-8 -*-
import site
reload(site)
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