2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +02:00
13 changed files with 5 additions and 4 deletions
Showing only changes of commit f36d8c3e9f - Show all commits

View File

@ -1,2 +1,3 @@
- create logger - create console select with up & down arrows
- use logger in publisher - add command start
- add command update

View File

View File

View File

View File

@ -1,5 +1,5 @@
from tests.application import Application from tests.custom.general.application import Application
from tests.startup import Startup from tests.custom.general.startup import Startup
if __name__ == '__main__': if __name__ == '__main__':
app = Application() app = Application()