mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 09:58:21 -04:00
6 lines
151 B
Python
6 lines
151 B
Python
from .boot import cmd_boot
|
|
from .flash import cmd_flash
|
|
from .image import cmd_image
|
|
|
|
for cmd in [cmd_boot, cmd_flash]:
|
|
cmd_image.add_command(cmd)
|