#!/usr/bin/python3

import sys

from certomancer.__main__ import launch


if __name__ == "__main__":
    sys.exit(launch())
