#!/usr/bin/env python3

from yog.command import ca_main

if __name__ == '__main__':
    ca_main()
