mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Add CLI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import decman
|
||||
from my_module import MyModule
|
||||
|
||||
my_own_mod = MyModule()
|
||||
|
||||
my_own_mod.enable_my_custom_feature(True)
|
||||
|
||||
decman.packages += ["python", "python"]
|
||||
decman.modules += [my_own_mod]
|
||||
Reference in New Issue
Block a user