From 99e8b698ff74f49298157e708cf94ad4177b9eb6 Mon Sep 17 00:00:00 2001 From: taKana671 Date: Mon, 4 Jan 2021 21:35:36 +0900 Subject: [PATCH] Add fast_convert --- jsonexcel/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsonexcel/__init__.py b/jsonexcel/__init__.py index 7e54140..b6bf75f 100644 --- a/jsonexcel/__init__.py +++ b/jsonexcel/__init__.py @@ -1 +1,2 @@ -from jsonexcel.convert import * \ No newline at end of file +from jsonexcel.convert import * +from jsonexcel.fast_convert import * \ No newline at end of file