mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-21 05:23:27 +02: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')
|