"""Top-level shim for the AURA daemon.""" from aura.daemon import main if __name__ == "__main__": main()