#!/usr/bin/env python3

from certidude.cli import entry_point

if __name__ == "__main__":
    entry_point()
