Remove unneeded __init__ file
This __init__.py
file at the root of the project is probably not used.
There is no reason to provide such file. Every __init__
file should be inside dedicated packages which is always in a sub directory, as described by setup.py
file.