#!/usr/bin/python3 -su

## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

from sysmaint_panel import sysmaint_panel
sysmaint_panel.main()
print("INFO: End of System Maintenance Panel.")
