mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
5 lines
102 B
Python
5 lines
102 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@OttoWinter"]
|
|
|
|
copy_ns = cg.esphome_ns.namespace("copy")
|