Skip to content

Commit

Permalink
refac:terminal: Make .terminal a subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Oct 7, 2024
1 parent 26250bb commit 47f62ae
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
overload,
)

from .color import Color
from .exceptions import TermImageError, TermImageUserWarning
from .geometry import Size
from .utils import arg_value_error_msg, arg_value_error_range, no_redecorate
from ..color import Color
from ..exceptions import TermImageError, TermImageUserWarning
from ..geometry import Size
from ..utils import arg_value_error_msg, arg_value_error_range, no_redecorate

OS_IS_UNIX: bool
try:
Expand Down

0 comments on commit 47f62ae

Please sign in to comment.