Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver authored Mar 13, 2021
1 parent 6988610 commit 364f59f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vividHues/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ class Clr:
WHITE = "\033[37m"
UNDERLINE = "\033[4m"
RESET = "\033[0m"

def intro():
print(Clr.RED, "Hi there!", Clr.RESET)
print(Clr.UNDERLINE, "How are you?", Clr.RESET)
print(Clr.CYAN, "Python", Clr.YELLOW, "is great!", Clr.RESET)

0 comments on commit 364f59f

Please sign in to comment.