Files
kiauh/kiauh/utils/__init__.py
2023-11-14 21:31:25 +01:00

13 lines
697 B
Python

#!/usr/bin/env python3
# ======================================================================= #
# Copyright (C) 2020 - 2023 Dominik Willner <th33xitus@gmail.com> #
# #
# This file is part of KIAUH - Klipper Installation And Update Helper #
# https://github.com/dw-0/kiauh #
# #
# This file may be distributed under the terms of the GNU GPLv3 license #
# ======================================================================= #
INVALID_CHOICE = "Invalid choice. Please select a valid value."