#!/usr/bin/env python3
""" Run check_json from its module """

from check_json import __main__
__main__.main()
