fixed modules

This commit is contained in:
2023-10-12 14:33:38 +02:00
parent 336c5167f4
commit 5bce4ce983
13 changed files with 103 additions and 15 deletions

11
run-modman.py Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env python3
from morbidissimo import ModuleManager
folder = "morbidissimo/modman/scripts"
mm = ModuleManager(folder)
mm.run()