We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eac73c commit c492531Copy full SHA for c492531
codetide/agents/tide/ui/__init__.py
@@ -0,0 +1,5 @@
1
+from .app import main
2
+
3
+__all__ = [
4
+ "main"
5
+]
0 commit comments