Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sussy-impostor authored May 3, 2024
1 parent f86eb0d commit ec8c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sys("pip3 install colorama")

from base import *
from colorama import Fore, Style as fore, style
from colorama import Fore as fore
testing = Disk("Pikachu")

print(testing.name)
Expand Down

0 comments on commit ec8c64f

Please sign in to comment.