mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2025-08-15 12:03:28 +08:00
6 lines
101 B
Python
6 lines
101 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
from rich import get_console
|
|
|
|
console = get_console()
|