github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/server/block/db/example/wx_user.py (about)

     1  #!/usr/bin/python
     2  # -*- coding: utf-8 -*-
     3  from db.example import Base
     4  from db import models
     5  
     6  class WxUserDB(Base):
     7      def __init__(self):
     8          self.model = models.WxUserinfo