#!/usr/bin/python3
from digi.container.daemon import main

if __name__ == "__main__":
    raise SystemExit(main())
