Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit eb2de53

Browse files
committed
Make to_root available on its own
1 parent 42a1d29 commit eb2de53

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

root_pandas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from .readwrite import read_root
2+
from .readwrite import to_root

root_pandas/readwrite.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
from .utils import stretch
1919

2020

21-
__all__ = ['read_root']
21+
__all__ = [
22+
'read_root',
23+
'to_root',
24+
]
2225

2326

2427
def expand_braces(orig):

0 commit comments

Comments
 (0)