Source code for systemctl.constants.DCmd
# constants/DCmd.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 DCmd:
"""Constants related to the runtime systemctl CLI environment."""
SUDO: str = "sudo"
SYSTEMCTL: str = "systemctl"