VxAPI icon indicating copy to clipboard operation
VxAPI copied to clipboard

Deprecate Import Colors?

Open NicholasLeader opened this issue 2 years ago • 0 comments

In https://github.com/PayloadSecurity/VxAPI/blob/master/vxapi.py

The line:

from colors import Color

The 'colors' module doesn't appear to exist: https://pypi.org/search/?q=colors

Also since you're using the 'Colorama' module, is this line even needed?

NicholasLeader avatar Dec 27 '23 18:12 NicholasLeader