mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
refactor wildcard-import in printer.py
This commit is contained in:
@@ -19,7 +19,7 @@ import serial
|
|||||||
import socket
|
import socket
|
||||||
|
|
||||||
from .escpos import Escpos
|
from .escpos import Escpos
|
||||||
from .exceptions import *
|
from .exceptions import USBNotFoundError
|
||||||
|
|
||||||
|
|
||||||
class Usb(Escpos):
|
class Usb(Escpos):
|
||||||
|
Reference in New Issue
Block a user