diff options
Diffstat (limited to 'bsie.app')
-rwxr-xr-x | bsie.app | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ Part of the bsie module. A copy of the license is provided with the project. Author: Matthias Baumgartner, 2022 """ -# imports +# standard imports import argparse import typing -# module imports +# bsie imports import bsie import bsie.apps |