5 lines
51 B
Python
5 lines
51 B
Python
from setuptools import setup
|
|
|
|
# Setting up
|
|
setup()
|
from setuptools import setup
|
|
|
|
# Setting up
|
|
setup()
|