FIX import problems with __init__.py
* removes all imports from __init__.py * users will have to directly import the printer module (same behaviour as in master) * fixes #97
This commit is contained in:
parent
8b8162c1a9
commit
cdf997aff5
|
@ -1,5 +1 @@
|
|||
import constants
|
||||
import escpos
|
||||
import exceptions
|
||||
import printer
|
||||
__all__ = ["constants", "escpos", "exceptions", "printer"]
|
||||
|
|
Loading…
Reference in New Issue