aboutsummaryrefslogtreecommitdiffstats
path: root/src/blimp/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: relative import inside packagenico wellpott2021-07-231-1/+1
| | | | + change from .file to module.file in the import statement
* packaging: various smaller fixes and correctionsnico wellpott2021-03-281-2/+2
| | | | | | | - remove placeholder print statements * replace wildcard import with a direct one * rename main class to blimp * optimized imports
* Python Packagenico wellpott2021-03-271-0/+16
+ init basic python package + add console_script blimp