6 lines
79 B
Python
6 lines
79 B
Python
from .helloWorld import HelloWorld
|
|
|
|
|
|
def get_module():
|
|
return HelloWorld()
|