DS
Size: a a a
DS
SK
AK
KM
AK
KM
AK
AK
AK
AK
AK
AK
AK
AK
AK
KM
SK
AK
SK
p
class User:Есть у этого побочные эффекты?
def __init__(self):
self.tg_user_id = self.goal = self.dob = self.city = self.gender = self.country = self.comment = None
self.photos = {'file_id': [], 'file_unique_id': [], 'photo_index': 0} # Scroll user photos before registration
class User:
def __init__(self):
self.profile_data = {
'text_data': {'goal': None, 'dob': None, 'city': None, 'gender': None, 'country': None, 'comment': None}
'photos': {'file_id': [], 'file_unique_id': [], 'photo_index': 0} # Scroll user photos before registration
}