#!/usr/bin/env python3
from moc_prices_source.to_db import cli_values_to_db



if __name__ == '__main__':
   cli_values_to_db()
