Repository URL to install this package:
from typing import Optional def trace_to_chrome(file: Optional[str] = None, level: Optional[str] = None): ...