mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-29 07:35:44 +01:00
4 lines
107 B
Python
4 lines
107 B
Python
class Agent:
|
|
def __init__(self, role, project):
|
|
self.role = role
|
|
self.project = project |