mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-16 11:18:11 +08:00
10 lines
115 B
Python
10 lines
115 B
Python
"""
|
|
classifier.py
|
|
"""
|
|
|
|
from zipline.pipeline.term import CompositeTerm
|
|
|
|
|
|
class Classifier(CompositeTerm):
|
|
pass
|