Make schema available from root python preserves module

This commit is contained in:
Tony Garnock-Jones 2023-11-03 13:24:49 +01:00
parent 0e43df1f9b
commit d540ee6faf
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ from .text import Parser, Formatter, parse, parse_with_annotations, stringify
from .merge import merge
from . import fold, compare
from . import fold, compare, schema
loads = parse
'''