diff --git a/pybatfish/client/capirca.py b/pybatfish/client/capirca.py index be9b9351..0b4b1f81 100644 --- a/pybatfish/client/capirca.py +++ b/pybatfish/client/capirca.py @@ -35,7 +35,7 @@ if TYPE_CHECKING: from pybatfish.client.session import Session # noqa: F401 -__all__ = ["create_reference_book"] +__all__ = ["create_reference_book", "init_snapshot_from_acl"] def _item_to_python_repr(item, definitions):