fixed modules
This commit is contained in:
11
run-modman.py
Executable file
11
run-modman.py
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from morbidissimo import ModuleManager
|
||||
|
||||
|
||||
folder = "morbidissimo/modman/scripts"
|
||||
mm = ModuleManager(folder)
|
||||
mm.run()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user