ab8be8f
1
2
3
4
5
6
7
8
9
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. import fire from qlib.tests.data import GetData if __name__ == "__main__": fire.Fire(GetData)