python-escpos/escpos/__init__.py

3 lines
102 B
Python
Raw Normal View History

import constants, escpos, exceptions, printer
2013-02-27 12:31:18 +00:00
__all__ = ["constants","escpos","exceptions","printer"]