#!python

import fire

from reposync import Reposync

if __name__ == '__main__':
    fire.Fire(Reposync)
