mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
4 lines
103 B
Python
4 lines
103 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@esphome/core"]
|
|
gpio_ns = cg.esphome_ns.namespace("gpio")
|