2021.4.1 #11
@ -1,2 +1,3 @@
|
||||
- create logger
|
||||
- use logger in publisher
|
||||
- create console select with up & down arrows
|
||||
- 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.startup import Startup
|
||||
from tests.custom.general.application import Application
|
||||
from tests.custom.general.startup import Startup
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = Application()
|
Loading…
Reference in New Issue
Block a user