This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DricomDragon
/
PythonPostgresLab
mirror de
https://github.com/DricomDragon/PythonPostgresLab.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
plpgsql
PythonPostgr...
/
model
/
product.py
product.py
81 B
Link permanente
Histórico
Em bruto
1
2
3
class Product():
def __init__(self, raw):
(self.id, self.name) = raw