Open FelixNeutatz opened 6 years ago
Hi,
have you thought about setting up a setup.py? This would enable us to do something like:
from abstractionlayer.cleaning_api import install_tools install_tools()
This would remove the necessity to copy cleaning_api.py into every new project :)
Best regards, Felix
That is a good idea. Yes, we need to do that. Thanks.
Kind regards, Mohammad
As we discussed, I agree with having "setup.py". However, it remains as a TODO for later. :)
Hi,
have you thought about setting up a setup.py? This would enable us to do something like:
This would remove the necessity to copy cleaning_api.py into every new project :)
Best regards, Felix