dispenser.py 157 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python
  3. class BankTeller(object):
  4. def to_wechat(self):
  5. pass
  6. def to_bank(self):
  7. pass