Source code for pyfileconf.io.file.load.parsers.py
from typing import Tuple, List
import ast
from pyfileconf.io.file.load.parsers.base import FileParser
AstModuleAndStrListTuple = Tuple[ast.Module, List[str]]
from typing import Tuple, List
import ast
from pyfileconf.io.file.load.parsers.base import FileParser
AstModuleAndStrListTuple = Tuple[ast.Module, List[str]]