tools.py 73 B

12345
  1. from enum import Enum
  2. class RuntimeTool(Enum):
  3. BROWSER = 'browser'