aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* flake8: remove cyclic importnico wellpott2021-04-062-2/+0
|
* cleanup: make flake8 happy againnico wellpott2021-04-063-26/+5
| | | | | | * remove wildcard import * remove unnecessary imports * various smaller whitespace cleanups
* packaging: various smaller fixes and correctionsnico wellpott2021-03-285-25/+19
| | | | | | | - remove placeholder print statements * replace wildcard import with a direct one * rename main class to blimp * optimized imports
* Python Packagenico wellpott2021-03-275-0/+216
+ init basic python package + add console_script blimp