Source code for systemctl.constants.DExitCode
# constants/DExitCode.py
#
# systemctl - A Python wrapper for the systemctl command line utility.
# Author: Nadim-Daniel Ghaznavi
# Copyright: (c) 2025 Nadim-Daniel Ghaznavi
# GitHub: https://github.com/NadimGhaznavi/systemctl
# License: GPL 3.0
[docs]
class DExitCode:
"""Constants related to the runtime systemctl CLI environment."""
OK: int = 0
ERROR: int = 5