Files
Wu Clan 88695ac6ad Add custom CLI for service startup (#697)
* Add custom CLI for service startup

* Remove redundant scripts

* Fix lint
2025-06-28 14:56:19 +08:00

6 lines
101 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from rich import get_console
console = get_console()