mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2025-12-08 19:29:35 +02:00
5 lines
107 B
Python
5 lines
107 B
Python
class User:
|
|
def __init__(self, name, contact):
|
|
self.name = name
|
|
self.contact = contact
|