From 2f7cba2680bd2d0ace84f65037d69d9973327b48 Mon Sep 17 00:00:00 2001 From: KeKe <45591222+1122455801@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:10:30 +0800 Subject: [PATCH] Create __init__.py --- vnpy/gateway/gateio_f/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 vnpy/gateway/gateio_f/__init__.py diff --git a/vnpy/gateway/gateio_f/__init__.py b/vnpy/gateway/gateio_f/__init__.py new file mode 100644 index 00000000..d39ab445 --- /dev/null +++ b/vnpy/gateway/gateio_f/__init__.py @@ -0,0 +1 @@ +from .gateiof_gateway import GateiofGateway