SnBind.py 97 B

1234567
  1. from Base import Base
  2. class SnBind(Base):
  3. def __init__(self):
  4. Base.__init__(self)