Imports are now pep8 compatible.
Unfortunally there is no check in flake8. So this is a generall work
which has to be done manually.
Imports are now splitted into built-ins, third-party and own code.
Within this groups they are ordered alphabetical and grouped by `import`
and `from` import syntax.
Empty or not usefull docstrings has been removed from the code.
We don't need nonsense documentation eating up space.
* Fixed merge conflict changes
* Implemented dynamic processing from snapshots of systems
* Fixed formatting
Add process in server.py
Added Process into its own class instead of config.
Load in the server class
* Fix formatting
* Update config.py
* Update server.py
* Update server.py
* Update process.py
* Update server.py
* Update base.py
* Update base.py
* Update base.py
* Update protocol.py