1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 01:06:56 +08:00
This commit is contained in:
Jactus
2020-11-02 16:09:21 +08:00
parent 661b3bffcc
commit 371da2a74c

View File

@@ -13,7 +13,7 @@ Two modes are supported
import copy import copy
from pathlib import Path from pathlib import Path
import re import re, os
class Config: class Config: