linux-tools/modules/helloworld/__init__.py

6 lines
79 B
Python
Raw Normal View History

2020-03-05 21:34:17 +01:00
from .helloWorld import HelloWorld
def get_module():
return HelloWorld()