mirror of
https://github.com/esphome/esphome.git
synced 2025-02-24 05:48:14 +00:00
8 lines
134 B
Python
8 lines
134 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@jesserockz"]
|
|
|
|
nfc_ns = cg.esphome_ns.namespace("nfc")
|
|
|
|
NfcTag = nfc_ns.class_("NfcTag")
|