#! /usr/bin/env python3
"""Entry point."""
import cidd
if __name__ == "__main__":
cidd.main(__file__)