1 2 3 4 5 6 7 8 9
import os import sys RAW_DATA_BASE_DIR = "/base/dir/location" # update this def importYear(year): yearDir = os.path.join(RAW_DATA_BASE_DIR, str(year)) print