mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 13:15:44 -05: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)
|