Skip to content

Instantly share code, notes, and snippets.

@nodarai
nodarai / import_script.py
Last active September 25, 2020 12:02 — forked from bersena911/import_script.py
import script
#!/usr/bin/env python3
import csv
import json
import locale
import logging
from concurrent.futures import ThreadPoolExecutor, as_completed
from threading import Thread
from time import time