5 lines
85 B
Python
5 lines
85 B
Python
from .cmd_tools import CmdToolsModule
|
|
|
|
|
|
def get_module():
|
|
return CmdToolsModule() |