Why does this only work if I remove config from __init__ in Second?
config
__init__
Second
class First(object): def __init__(self, config):