We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0802f3 commit 939a8bcCopy full SHA for 939a8bc
pkg-py/src/shinychat/types/__init__.py
@@ -0,0 +1,5 @@
1
+from .._chat import ChatMessageDict
2
+
3
+__all__ = [
4
+ "ChatMessageDict",
5
+]
0 commit comments