1module(name = "submodule")
2
3bazel_dep(name = "rules_python", version = "0.0.0")
4
5python = use_extension("@rules_python//python/extensions:python.bzl", "python")
6python.toolchain(
7    ignore_root_user_error = False,
8    python_version = "3.10",
9)
10