4 lines
68 B
Python
4 lines
68 B
Python
from thefuck.utils import which
|
|
|
|
dnf_available = bool(which('dnf'))
|
from thefuck.utils import which
|
|
|
|
dnf_available = bool(which('dnf'))
|