jneilliii d94df9dd85
0.1.8rc1 (#56)
* 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
2024-10-26 23:41:17 -04:00

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