mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 04:53:28 +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')
|