1# Copyright (c) Meta Platforms, Inc. and affiliates 2 3from typing import Optional 4 5 6_derived_version: Optional[str] = None 7