-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Help make things more clear by removing items from AnsiFormat which shouldn't be used directly - Values in AnsiFormat are now either integers or lists of integers with setting property which returns a unique AnsiSetting
- Loading branch information
Showing
7 changed files
with
980 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
from .ansi_string import en_tty_ansi, AnsiFormat, AnsiString, ColorComponentType, ColourComponentType, AnsiSetting | ||
from .ansi_string import AnsiFormat, AnsiString, ColorComponentType, ColourComponentType, AnsiSetting | ||
from .utils import en_tty_ansi |
Oops, something went wrong.