Files
gpt-pilot/pilot/helpers/Agent.py
2023-09-11 10:08:57 +07:00

4 lines
107 B
Python

class Agent:
def __init__(self, role, project):
self.role = role
self.project = project