We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b03a68 commit ab2c7a0Copy full SHA for ab2c7a0
queuebie/__init__.py
@@ -7,3 +7,8 @@
7
# Create global message registry
8
# TODO: is this thread-safe? does it matter? -> prove with unit-tests
9
message_registry = MessageRegistry()
10
+
11
+# todo:
12
+# -> docs with examples
13
+# -> tests
14
+# -> fix all code todos
0 commit comments