TODO: rewrite CLI interface to use argparse and therefore be able to print a help

This commit is contained in:
Matt McWilliams 2023-12-16 10:32:02 -05:00
parent 89ed6011fc
commit ca41dcdff4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import axi import axi
import sys import sys
import argparse
''' '''
TODO: TODO: