This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from my_commands import PrintCommand | |
from my_lib import PrinterDriver | |
import os | |
import typer | |
app = typer.Typer() | |
myPrinter = PrinterDriver() | |
commands = { |