mirror of https://github.com/morpheus65535/bazarr
7 lines
159 B
Python
7 lines
159 B
Python
|
if __name__ == "__main__": # pragma: no cover
|
||
|
from rich.console import Console
|
||
|
from rich import inspect
|
||
|
|
||
|
console = Console()
|
||
|
inspect(console)
|