#!/usr/bin/env python3 """Main program.""" from gitbatch.Cli import GitBatch def main(): GitBatch() if __name__ == "__main__": main()