Rewrite eepprog.py using the Click framework

This commit is contained in:
Lexi / Zoe 2021-06-11 22:19:09 +02:00
parent f00e52cc4c
commit cedb5bfe81
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
6 changed files with 171 additions and 120 deletions

View file

@ -0,0 +1,3 @@
from .CliContext import CliContext
from .Logger import Logger
from .EepromProgrammer import EepromProgrammer