# Allowlist for `mypy.stubtest`, read by scripts/run-all-checks.sh and CI.
#
# The only supported imports are "from polymath import ..." and
# "from polymath.typedefs import ...", so __init__.pyi and typedefs.pyi are the only
# stubs and describe the whole public API. The modules below are implementation
# detail and deliberately carry no stub; stubtest reports each one as "failed to
# find stubs", which this file accepts. Nothing else is accepted: a public name
# missing from the two stubs still fails the check.
polymath\.qube
polymath\.unit
polymath\.scalar
polymath\.boolean
polymath\.vector
polymath\.pair
polymath\.vector3
polymath\.quaternion
polymath\.polynomial
polymath\.matrix
polymath\.matrix3
polymath\.extensions
polymath\.extensions\.[a-z_]+
