Automated update of Base Application package.

This commit is contained in:
bot 2024-12-05 18:15:37 +00:00
parent 108ddd65b7
commit 52ed6a88ec
3 changed files with 0 additions and 2 deletions

Binary file not shown.

BIN
dist/app-1.0.0.tar.gz vendored

Binary file not shown.

View File

@ -7,5 +7,3 @@ logging.basicConfig(
) )
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
from .app import Application as BaseApplication