1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 09:12:19 +01:00
Files
esphome/esphome/components/copy/__init__.py
2022-02-21 09:13:37 +13:00

6 lines
102 B
Python

import esphome.codegen as cg
CODEOWNERS = ["@OttoWinter"]
copy_ns = cg.esphome_ns.namespace("copy")