init rep
This commit is contained in:
13
modules/parser_adapters/__init__.py
Normal file
13
modules/parser_adapters/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# @line_count 50
|
||||
"""JSON解析器适配器包"""
|
||||
from .base_adapter import BaseParserAdapter
|
||||
from .parser_factory import ParserFactory
|
||||
from .section_array_adapter import SectionArrayAdapter
|
||||
from .requirement_tree_adapter import RequirementTreeAdapter
|
||||
|
||||
__all__ = [
|
||||
'BaseParserAdapter',
|
||||
'ParserFactory',
|
||||
'SectionArrayAdapter',
|
||||
'RequirementTreeAdapter',
|
||||
]
|
||||
Reference in New Issue
Block a user