mirror of https://github.com/databricks/cli.git
4 lines
57 B
Python
4 lines
57 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(name="my_test_code")
|