mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
11 lines
270 B
Python
11 lines
270 B
Python
|
|
#!/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
|