hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
519 stars 98 forks source link

Fixes an "*" import in the middle of the code. #437

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

Importing everything without namespace is a bad practice. Doing it outside module level is currently forbidden.