def fetch_account_streamers()

in accounts/accounts.py [0:0]


def fetch_account_streamers(account:str):
    """ Returns streamer accounts for a given account from accounts config. """
    for config in accounts:
        if account in config['streamers']:
            return config['streamers']
    return