2021.4 #19
@ -1,2 +1,3 @@
|
|||||||
- create logger
|
- create console select with up & down arrows
|
||||||
- use logger in publisher
|
- add command start
|
||||||
|
- add command update
|
0
src/tests/custom/__init__.py
Normal file
0
src/tests/custom/__init__.py
Normal file
0
src/tests/custom/console/__init__.py
Normal file
0
src/tests/custom/console/__init__.py
Normal file
0
src/tests/custom/general/__init__.py
Normal file
0
src/tests/custom/general/__init__.py
Normal 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()
|
Loading…
Reference in New Issue
Block a user