Adding a **init**.py in the root folder would allow to import it as a dependency in other apps (NB: Could be solved by adding from musixmatch import \* in **init**.py from the parent folder - so might not be so useful ...)
Adding a init.py in the root folder would allow to import it as a dependency in other apps
(NB: Could be solved by adding from musixmatch import * in init.py from the parent folder - so might not be so useful ...)