DashAI
DashAI copied to clipboard
Restore DashAI init file
Summary
A __ init __ file is missing in the DashAI folder. This causes that when installing the package via "pip install" it does not build or update the distribution.
I simply renamed the __main __ file to __ init __ to fix this quickly, but I don't know if this has an impact on any other part of the code. Please check this.
Type of change
- Bug fix.
Changes
- Rename file (__ main __ --> __ init __)
- Update setup.py to run main function
How to Test
When installing DashAI using "pip install ." the package is built and installed successfully.