12 lines
143 B
Python
Executable File
12 lines
143 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from morbidissimo import ModuleManager
|
|
|
|
|
|
folder = "morbidissimo/modman/scripts"
|
|
mm = ModuleManager(folder)
|
|
mm.run()
|
|
|
|
|
|
|