mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-02 09:57:44 +00:00
10 lines
134 B
Python
10 lines
134 B
Python
|
|
from rdagent.core.task import TaskLoader
|
||
|
|
|
||
|
|
|
||
|
|
class FactorTaskLoader(TaskLoader):
|
||
|
|
pass
|
||
|
|
|
||
|
|
|
||
|
|
class ModelTaskLoader(TaskLoader):
|
||
|
|
pass
|