**Modified**
- Cleaned up code line lengths
- Fixed techniques mitigations
- Ordered imports by type
**Added**
- Created component.py with Component class separate to Data source
- Added tools & malware & software & components to techniques
- Added tools & malware & tactics to groups
- Added tools & malware & software & components & tactics to sub_techniques
- Added tactics to software
- Added tactics to mitigations
- Created Code build tests with Travis CI
- Added tactics & techniques to components
v.0.1.3
**Modified:**
- Converted format strings to f strings for readability/speed.
- Updated README.md with more examples
**Added:**
- Allow proxy args to Attack() for proxy-passing.
v.0.1.2
Fixed issue: https://github.com/xakepnz/enterpriseattack/issues/1
* Issue related to all sub techniques being grouped under each technique, instead of relevant sub techniques.
Fixed typo with ReadMe Documentation link
v.0.1.1