module(name = "submodule") bazel_dep(name = "rules_python", version = "0.0.0") python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( ignore_root_user_error = False, python_version = "3.10", )