Save auto version number
All checks were successful
default / test-lint (push) Successful in 1m31s
default / python-publish (push) Successful in 35s
default / docker-publish-deploy (push) Successful in 1m56s

Fixed #108
This commit is contained in:
2023-06-27 22:36:29 +02:00
parent 6529fdbdd8
commit c5b2df754e
2 changed files with 25 additions and 1 deletions

View File

@@ -19,5 +19,7 @@
# pylint: disable=unused-import,unused-variable
__version__ = ""
from .morss import *
from .wsgi import application