6 lines
142 B
Python
Executable file
6 lines
142 B
Python
Executable file
#!/usr/bin/env python3
|
|
from printer import p
|
|
with p: pass
|
|
|
|
# Just in case I break something
|
|
# and want to get the printer to cut the paper...
|