mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
5 lines
56 B
Python
5 lines
56 B
Python
|
from . import cli
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
cli()
|