#!/usr/bin/env python3
from moc_prices_source.cli_check import cli_check



if __name__ == '__main__':
   cli_check()
