mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
* Add black Update pre commit Update pre commit add empty line * Format with black
4 lines
76 B
Python
4 lines
76 B
Python
import esphome.codegen as cg
|
|
|
|
custom_ns = cg.esphome_ns.namespace("custom")
|