Skip to content

Commit

Permalink
Update Contrib README for __init__.py deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
uzlonewolf committed Feb 23, 2024
1 parent 5e3930c commit 7082afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tinytuya/Contrib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Note: This file has been depricated, please do not add new modules to it.
# Note: This file has been deprecated, please do not add new modules to it.
# Instead, import new modules with `from tinytuya.Contrib import YourNewModule`
# and call with `YourNewModule.YourNewModule(...)`
#

from .ThermostatDevice import ThermostatDevice
Expand Down

0 comments on commit 7082afe

Please sign in to comment.