From bbb9645f7c60c35177922d10ccc7ed4b90d261c3 Mon Sep 17 00:00:00 2001 From: geekan Date: Mon, 11 Mar 2024 19:18:27 +0800 Subject: [PATCH] readd startup.py --- metagpt/startup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 metagpt/startup.py 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