in accounts/accounts.py [0:0]
def fetch_account_central(account:str):
""" Returns central account number for a given account from accounts config. """
for config in accounts:
if account in config['streamers']:
return config['central']
return