Changes: - Made enum stubs use the assignment operator. - Allowed the ev3brick.display.image method to accept either a string or an ImageFile value for the file_name parameter.
0.0.3
- class methods changed to static methods - sys import added in tools.py to remove linter error - enums now inherit from the Python Enum class