6 lines
94 B
Python
6 lines
94 B
Python
|
|
||
|
from .prtouch_v2_fan import PRTouchFan
|
||
|
|
||
|
def load_config(config):
|
||
|
return PRTouchFan(config)
|