add software_env

This commit is contained in:
better629 2024-01-30 19:15:32 +08:00
parent 37c3f3b850
commit 51f004141c
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc :

View file

@ -0,0 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : MG Software Env
from metagpt.environment.base_env import Environment
class SoftwareEnv(Environment):
"""a specific alias name"""
pass