Skip to content

Commit 0ec889a

Browse files
committed
Closes #117 - Exposing StyleFrame.ExcelWriter and StyleFrame.read_excel to the module-level
1 parent 98fc583 commit 0ec889a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

styleframe/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111

1212
if 'utrunner' not in sys.argv[0]:
1313
from styleframe.tests import tests
14+
15+
ExcelWriter = StyleFrame.ExcelWriter
16+
read_excel = StyleFrame.read_excel

0 commit comments

Comments
 (0)