From c101e507c621512b375fc803bf136cce78497cc8 Mon Sep 17 00:00:00 2001 From: 1122455801 Date: Sat, 20 Apr 2019 18:18:50 +0800 Subject: [PATCH] Create __init__.py --- vnpy/gateway/okexf/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 vnpy/gateway/okexf/__init__.py diff --git a/vnpy/gateway/okexf/__init__.py b/vnpy/gateway/okexf/__init__.py new file mode 100644 index 00000000..ade0ed48 --- /dev/null +++ b/vnpy/gateway/okexf/__init__.py @@ -0,0 +1 @@ +from .okexf_gateway import OkexfGateway