Files
gpt-pilot/pilot/helpers/Agent.py
Zvonimir Sabljic 8c58d2803d Renamed the repo
2023-08-16 14:57:55 +02:00

4 lines
107 B
Python

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