From 42d0cd555caa18675209b0ed0d32a2086158f961 Mon Sep 17 00:00:00 2001 From: 1122455801 Date: Thu, 4 Apr 2019 17:43:21 +0800 Subject: [PATCH] Create __init__.py --- vnpy/gateway/huobi/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vnpy/gateway/huobi/__init__.py diff --git a/vnpy/gateway/huobi/__init__.py b/vnpy/gateway/huobi/__init__.py new file mode 100644 index 00000000..9e3d74e8 --- /dev/null +++ b/vnpy/gateway/huobi/__init__.py @@ -0,0 +1,4 @@ +from .huobi_gateway import HuobiGateway + + +