CodyKochmann / battle_tested

Fully automated python fuzzer built to test if code actually is production ready in seconds.
MIT License
105 stars 5 forks source link

Simplify the imports #5

Closed CodyKochmann closed 7 years ago

CodyKochmann commented 7 years ago

this was hideously done by putting everything in __init__.py. If anyone has a cleaner way, please show me. Otherwise, this issue has been solved.