# /user/bin/env python # -*- coding: utf-8 -*- """CLI entry point.""" from lc18report import main main()