mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
Merge branch 'main' into main
This commit is contained in:
commit
d07b6ba540
104 changed files with 252 additions and 256 deletions
4
setup.py
4
setup.py
|
|
@ -1,10 +1,10 @@
|
|||
"""wutils: handy tools
|
||||
"""
|
||||
import subprocess
|
||||
from codecs import open
|
||||
from os import path
|
||||
from setuptools import find_packages, setup, Command
|
||||
|
||||
import subprocess
|
||||
from setuptools import Command, find_packages, setup
|
||||
|
||||
|
||||
class InstallMermaidCLI(Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue