mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-17 07:40:09 -07:00
8 lines
119 B
Python
8 lines
119 B
Python
import unittest
|
|
|
|
from wideq.dryer import DryerDevice, DryerStatus
|
|
|
|
|
|
class DryerStatusTest(unittest.TestCase):
|
|
pass
|