Source code for systemctl.constants.DEnviron
# constants/DEnviron.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 DEnviron:
"""Constants related to the runtime systemctl CLI environment."""
SYSTEMD_COLORS: str = "SYSTEMD_COLORS"
SYSTEMD_PAGER: str = "SYSTEMD_PAGER"