Files
thefuck/thefuck/specific/dnf.py
T

4 lines
68 B
Python

from thefuck.utils import which
dnf_available = bool(which('dnf'))