
* 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"]
|