mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
readd startup.py
This commit is contained in:
parent
ea70fd5a25
commit
bbb9645f7c
1 changed files with 10 additions and 0 deletions
10
metagpt/startup.py
Normal file
10
metagpt/startup.py
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue