* bring latest pybambu module in from home assistant integration * add onBeforePrintStart callback to prevent starting "local" files and display print options dialog.* add onBeforePrintStart callback to prevent starting "local" files and display print options dialog (with AMS mapping support) * add AMS display in sidebar
5 lines
153 B
Python
5 lines
153 B
Python
"""Initialise the Bambu Client"""
|
|
# TODO: Once complete, move pybambu to PyPi
|
|
from .bambu_client import BambuClient
|
|
from .bambu_cloud import BambuCloud
|