for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""Module which represent process which can be optimized."""
class AbstractProcess:
"""Class which represent process which can be optimized."""
def __init__(self):
"""Constructor."""
pass