mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
* removes all imports from __init__.py * users will have to directly import the printer module (same behaviour as in master) * fixes #97
2 lines
59 B
Python
2 lines
59 B
Python
__all__ = ["constants", "escpos", "exceptions", "printer"]
|