receipts/cut.py
2024-12-07 11:28:33 -05:00

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...