mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
5 lines
103 B
Python
5 lines
103 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@esphome/core"]
|
|
gpio_ns = cg.esphome_ns.namespace("gpio")
|