Skip to content

Commit c08f453

Browse files
author
Peter Baumgartner
committed
fixing weird ipython things
1 parent 03cf8de commit c08f453

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

excelify/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import sys
2+
from excelify.excelify import *
3+
4+
__all__ = ['excelify']

0 commit comments

Comments
 (0)