repo.py 81 B

123
  1. class Repo(object):
  2. def __init__(self, config):
  3. self.config = config