Ramesh-vani commited on
Commit
158a12e
1 Parent(s): 978755f

Create user.py

Browse files
Files changed (1) hide show
  1. user.py +10 -0
user.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__ = ["User",]
2
+
3
+ class User:
4
+ """
5
+ A Connect user .
6
+
7
+ """
8
+
9
+ def __init__(self):
10
+ pass