python-escpos/escpos/__init__.py

3 lines
105 B
Python

import constants, escpos, exceptions, printer
__all__ = ["constants", "escpos", "exceptions", "printer"]