This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
DricomDragon
/
PythonPostgresLab
同期ミラー
https://github.com/DricomDragon/PythonPostgresLab.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ブランチ:
master
ブランチ
タグ
master
plpgsql
PythonPostgr...
/
model
/
product.py
product.py
81 B
パーマリンク
履歴
Raw
1
2
3
class Product():
def __init__(self, raw):
(self.id, self.name) = raw