hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

explicit imports from .util instead of wildcard/* #29

Closed DustinAlandzes closed 3 years ago

DustinAlandzes commented 3 years ago

https://www.python.org/dev/peps/pep-0008/#imports

Wildcard imports (from import *) should be avoided, as they make it unclear which names are present in the namespace