5 lines
162 B
Python
5 lines
162 B
Python
from .uniswap import UNISWAP_CLASSIFIER_SPECS
|
|
from .curve import CURVE_CLASSIFIER_SPECS
|
|
|
|
ALL_CLASSIFIER_SPECS = UNISWAP_CLASSIFIER_SPECS + CURVE_CLASSIFIER_SPECS
|