mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
3 lines
76 B
Python
3 lines
76 B
Python
import esphome.codegen as cg
|
|
|
|
binary_ns = cg.esphome_ns.namespace("binary")
|