#!/usr/bin/env python

from lsst.dax.ppdb.cli import ppdb_replication

if __name__ == "__main__":
    ppdb_replication.main()
