Main

Cobalt main file, run it like any other .py file.

It automatically takes the config path passed in as the first parameter and injects it into the cobalt.Cobalt and then starts the service.

main.start()

The entrypoint in running the project.

It expects to have as the second argv the path to a json config file, similar to the one in config.json.sample