diff --git a/metagpt/startup.py b/metagpt/startup.py new file mode 100644 index 000000000..bb6f6abf2 --- /dev/null +++ b/metagpt/startup.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +""" +@Time : 2024/3/11 19:16 +@Author : alexanderwu +@File : startup.py +""" + +# DEPRECATED: This file is deprecated and will be removed in the future. +# The startup.py implementation has been moved to software_company.py