chaos

Results 1 issues of chaos

例如我希望我的Team中有Researcher和DataInterpreter两个角色,其中Researcher输出文件地址,DataInterpreter访问文件进行可视化,我希望用如下代码 team.hire( [ Researcher(), DataInterpreter(), ] 这可以实现吗

inactive