The public API should only access zeroconf and zeroconf.aio
as internals may be relocated between releases
Import them without the underscore in the public api. H11 is a good example of this at https://github.com/python-hyper/h11/blob/master/h11/__init__.py
Document that only zeroconf and zeroconf.aio are the public api and everything else may change
The public API should only access zeroconf and zeroconf.aio
as internals may be relocated between releases
Import them without the underscore in the public api. H11 is a good example of this at https://github.com/python-hyper/h11/blob/master/h11/__init__.py
Document that only zeroconf and zeroconf.aio are the public api and everything else may change
.const -> ._constThis one is already all protected