This website works better with JavaScript
Главная
Обзор
Помощь
Вход
DricomDragon
/
PythonPostgresLab
зеркало из
https://github.com/DricomDragon/PythonPostgresLab.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Ветка:
master
Ветки
Метки
master
plpgsql
PythonPostgr...
/
model
/
product.py
product.py
81 B
Постоянная ссылка
История
Исходник
1
2
3
class Product():
def __init__(self, raw):
(self.id, self.name) = raw