#!/usr/bin/python3

import sys

from aodh.cmd.storage import dbsync


if __name__ == "__main__":
    sys.exit(dbsync())
