mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-16 23:43:12 +00:00
3 lines
55 B
Python
3 lines
55 B
Python
class User:
|
|
def save(self):
|
|
return "wrong"
|