Added command new console

This commit is contained in:
2021-03-09 22:29:14 +01:00
parent 87c6899949
commit 314049f22b
13 changed files with 205 additions and 15 deletions

View File

@@ -7,3 +7,7 @@ def main():
cli.use_startup(Startup)
cli.build()
cli.run()
if __name__ == '__main__':
main()