Skip to content

Instantly share code, notes, and snippets.

View Two-Jay's full-sized avatar

Jeongjun Aiden Kim Two-Jay

View GitHub Profile
from enum import Enum
from typing import Tuple, Callable
from utils import load_prompt
import os
class Step:
def __init__(self, key, value):
self.key = key
self.value = value