Skip to content

Commit 04f8320

Browse files
denizdoganFichteFoll
authored andcommitted
Expose parse_string and parse_file at top-level
Replaces PR #12
1 parent 1e06f68 commit 04f8320

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ass/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*line.__all__,
99
*section.__all__,
1010
"parse",
11+
"parse_file",
12+
"parse_string",
1113
]
1214

13-
parse = document.Document.parse_file
15+
parse_file = document.Document.parse_file
16+
parse_string = document.Document.parse_string
17+
parse = parse_file

0 commit comments

Comments
 (0)