mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
9 lines
210 B
Python
9 lines
210 B
Python
#importing the library
|
|
from setuptools import setup
|
|
|
|
#calling the main setup function
|
|
setup()
|
|
|
|
|
|
|
|
# might find code disclaimer template here https://estore.merge.com/mergecom3/resources/sourcecodedisclaimer.htm
|