From b66edc566863d5c69d56fe4decee79b1d0270749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Krens?= Date: Fri, 13 Mar 2015 17:52:40 +0100 Subject: [PATCH] expose serialize from core import serialize --- pandas_highcharts/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas_highcharts/__init__.py b/pandas_highcharts/__init__.py index e69de29..7ca8aa9 100644 --- a/pandas_highcharts/__init__.py +++ b/pandas_highcharts/__init__.py @@ -0,0 +1 @@ +from core import serialize