7 lines
160 B
Python
7 lines
160 B
Python
from ereuse_devicehub.resources.device import DeviceDef
|
|
from teal.config import Config
|
|
|
|
|
|
class DevicehubConfig(Config):
|
|
RESOURCE_DEFINITIONS = (DeviceDef,)
|