Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, path_to_ocean_config, path_to_webserver_root, url_of_hosted_data):
OceanAgent.__init__(self, path_to_ocean_config)
FetchAgent.__init__(self)
CoinGeckoAPI.__init__(self)
self.path_to_webserver_root = path_to_webserver_root
self.url_of_hosted_data = url_of_hosted_data