File size: 100 Bytes
f1f2665
 
 
1
2
3
4
from setuptools import setup, find_packages

setup(name="CLASSIFICATION", packages=find_packages())