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