diff --git a/agents/__init__.py b/agents/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/agents/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/congigs/__init__.py b/congigs/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/congigs/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/playground/__init__.py b/playground/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/playground/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/tools/__init__.py b/tools/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/tools/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file diff --git a/workflows/__init__.py b/workflows/__init__.py new file mode 100644 index 0000000..7c23adf --- /dev/null +++ b/workflows/__init__.py @@ -0,0 +1 @@ +print("agents") \ No newline at end of file