#! /usr/bin/env python3

from cpk.cli.main import run

if __name__ == '__main__':
    run()
