예제 #1
0
파일: main.py 프로젝트: pritam2505/pytoner
  def __init__(self):
    Controler.__init__(self)

    self.__sql = core.Sql()    

    self._brand = Brand()
    self._product = Product()
예제 #2
0
파일: brand.py 프로젝트: pritam2505/pytoner
 def __init__(self):
     Controler.__init__(self)
예제 #3
0
 def __init__(self):
   Controler.__init__(self)
   self._brand = Brand()