mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 16:48:13 +00:00
Restructure
This commit is contained in:
@@ -2,8 +2,6 @@ import click
|
||||
|
||||
|
||||
def copy_template(src, dst, name, class_name, folder_name):
|
||||
print(f"Copying {src} to {dst}")
|
||||
print(f"Interpolating {name}, {class_name}, {folder_name}")
|
||||
"""Copy a file from src to dst."""
|
||||
with open(src, "r") as file:
|
||||
content = file.read()
|
||||
|
||||
Reference in New Issue
Block a user