perf(tui): reduce cold-start latency
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
Entry point for running nanobot as a module: python -m nanobot
|
||||
"""
|
||||
|
||||
from nanobot.cli.commands import app
|
||||
from nanobot.cli.entry import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
app()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user