mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
6 lines
102 B
Python
6 lines
102 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@OttoWinter"]
|
|
|
|
copy_ns = cg.esphome_ns.namespace("copy")
|