check-python-deps.py 205 B

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