This commit is contained in:
Marc Beninca 2025-02-03 19:15:34 +01:00
parent 2c0d6050ef
commit bd35b13f73
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
"""Wrap GRUB commands."""
from __future__ import annotations
from rwx import cmd, ps
cmd.need("grub-mkimage")

View file

@ -1,5 +1,7 @@
"""Handle processes."""
from __future__ import annotations
import subprocess
from rwx import Object, txt