"""Bootstrap portal admin from KAIRO_BOOTSTRAP_* when no users exist.""" from __future__ import annotations def run() -> None: from bootstrap import bootstrap_admin_if_needed bootstrap_admin_if_needed()