7 lines
142 B
Python
7 lines
142 B
Python
|
#!/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...
|