Skip to content

Commit

Permalink
WIP10
Browse files Browse the repository at this point in the history
  • Loading branch information
MoessnerFabian(Group) committed Jan 29, 2025
1 parent 15ae43b commit 8b39cdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions logprep/util/ansi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ class AnsiFore(AnsiCodes):


class AnsiBack(AnsiCodes):
BLACK = 40
YELLOW = 43
MAGENTA = 45
CYAN = 46
WHITE = 47
RESET = 49


Expand Down

0 comments on commit 8b39cdb

Please sign in to comment.