Init
im going to bed -=-
This commit is contained in:
15
lib/prompt_toolkit/output/__init__.py
Normal file
15
lib/prompt_toolkit/output/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .base import DummyOutput, Output
|
||||
from .color_depth import ColorDepth
|
||||
from .defaults import create_output
|
||||
|
||||
__all__ = [
|
||||
# Base.
|
||||
"Output",
|
||||
"DummyOutput",
|
||||
# Color depth.
|
||||
"ColorDepth",
|
||||
# Defaults.
|
||||
"create_output",
|
||||
]
|
||||
Reference in New Issue
Block a user