linux-tools/modules/helloworld/__init__.py

6 lines
79 B
Python

from .helloWorld import HelloWorld
def get_module():
return HelloWorld()