https://github.com/kubeflow/katib
Raw File
Tip revision: 3d198c2cc0833060816bb67de039841908ec006b authored by sperlingxx on 17 April 2020, 09:53:20 UTC
update openapi
Tip revision: 3d198c2
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top