From 07219685d01f803dc46c8d5465fa542c1d822cb4 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sat, 24 Dec 2022 10:39:51 +0100 Subject: documentation: standard vs external import --- bsie.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsie.app') diff --git a/bsie.app b/bsie.app index ba9cee7..d5808e7 100755 --- a/bsie.app +++ b/bsie.app @@ -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 -- cgit v1.2.3