This website works better with JavaScript
Home
Explore
Help
Sign In
DricomDragon
/
PythonPostgresLab
mirror of
https://github.com/DricomDragon/PythonPostgresLab.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
861878cdd5
Branches
Tags
master
plpgsql
PythonPostgr...
/
model
/
product.py
product.py
81 B
History
Raw
1
2
3
class Product():
def __init__(self, raw):
(self.id, self.name) = raw