#!/usr/bin/python3

import sys

from ghapi.cli import ghapi


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