Source code for topos.graphs.ast.providers.base
from __future__ import annotations
from typing import Protocol
from topos.graphs.ast.types import ParseResult
from __future__ import annotations
from typing import Protocol
from topos.graphs.ast.types import ParseResult