This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from functools import reduce | |
from glob import glob | |
import regex as re | |
import time | |
import os | |
file_count = 0 | |
line_count = 0 | |
first_run = True |