<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># -*- coding: utf-8 -*-

# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code

from ccxt.coinbase import coinbase
from ccxt.abstract.coinbaseadvanced import ImplicitAPI


class coinbaseadvanced(coinbase, ImplicitAPI):

    def describe(self):
        return self.deep_extend(super(coinbaseadvanced, self).describe(), {
            'id': 'coinbaseadvanced',
            'name': 'Coinbase Advanced',
            'alias': True,
        })
</pre></body></html>