Skip to content

Commit 0fda11c

Browse files
committed
pyi for object id
1 parent 8990b8c commit 0fda11c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

teo/__init__.pyi

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@ class Namespace:
3131
"""
3232

3333
def define_handler(self):
34-
pass
34+
pass
35+
36+
37+
class ObjectId:
38+
"""
39+
ObjectId represents the ObjectId data type in Teo schema.
40+
"""
41+
pass

0 commit comments

Comments
 (0)