#!/usr/bin/env -S uv run # /// script # requires-python = ">=3.12" # dependencies = [ # "google-api-python-client", # "google-auth-httplib2", # "google-auth-oauthlib", # "selenium", # "webdriver_manager", # "pydantic", # ] # /// import argparse import datetime
Edit: Huh, two spaces works too:
#!/usr/bin/env -S uv run # /// script # requires-python = ">=3.12"
Two spaces Four spaces
Edit: Huh, two spaces works too: