Update the Dockerfile to adapt the CLI (#701)

This commit is contained in:
Wu Clan
2025-06-30 16:53:16 +08:00
committed by GitHub
parent a461f78224
commit 63d088d62c
2 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from backend.utils.console import console
__version__ = '1.5.2'
from backend.utils.console import console
def get_version() -> str | None:
console.print(f'[cyan]{__version__}[/]')