Python documentation examples for the `enum` module use `UPPER_CASE` for member names; archinstall uses `UPPER_CASE` and `PascalCase`. - https://docs.python.org/3/library/enum.html - https://docs.python.org/3/howto/enum.htm
Python documentation examples for the
enummodule useUPPER_CASEfor member names; archinstall usesUPPER_CASEandPascalCase.