mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
10 lines
185 B
Python
10 lines
185 B
Python
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]
|