#!/usr/bin/env python3 # This script doesn't do anything, but it tries to import the needed # dependencies for other scripts in this project, to ensure they're all # available. import csv, numpy, os, sys