Use this repo as template for new and existing repos
In Elemento we use Google Style coding conventions.
ELEMENTO_ENVIRONMENT_VARIABLE
elemento-function-{client,server}
Use flake8 and autopep8 to refactor your code.
class ElementoClass():
def __init__():
self.dataMember = None
def get_function():
pass