frc-score-detection
frc-score-detection copied to clipboard
Optimized user experience: Fixes #9
I've rewritten the script so that it analyzes command line arguments first before importing other modules.
I'll fix the formatting issues.
Should we merge changes? Or do I need to fix anything else?
@JacksonCoder I still want some kind of module to be added before merging so we can do all imports at the top. Flake8 will be very angry otherwise, and it's a little weird to have imports in the middle of the code in Python.