make BrotherQLRaster & create_label avail. at package level

This commit is contained in:
Philipp Klaus
2016-11-13 02:23:43 +01:00
parent cc7db1ad2b
commit bef9cea8c2

View File

@@ -4,3 +4,7 @@ class BrotherQLUnsupportedCmd(BrotherQLError): pass
class BrotherQLUnknownModel(BrotherQLError): pass
class BrotherQLRasterError(BrotherQLError): pass
from .raster import BrotherQLRaster
from .brother_ql_create import create_label