mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Add colorama as support for it.
This commit is contained in:
parent
6df80a2eeb
commit
6e9fb9ec77
|
@ -8,6 +8,8 @@ import os
|
||||||
# Powered by:
|
# Powered by:
|
||||||
from .ripper import Ripper
|
from .ripper import Ripper
|
||||||
from .utils import Config, console
|
from .utils import Config, console
|
||||||
|
from colorama import init
|
||||||
|
init()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue