mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 20:38:16 +00:00
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")
|