mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
9 lines
175 B
Python
9 lines
175 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
import fire
|
|
from qlib.tests.data import GetData
|
|
|
|
|
|
if __name__ == "__main__":
|
|
fire.Fire(GetData)
|