_environment.py 133 B

123456789
  1. from typing import Literal
  2. def is_fbcode() -> Literal[False]:
  3. return False
  4. def is_prod() -> Literal[False]:
  5. return False