Skip to content

Commit cff10bb

Browse files
Add docs to __init__.py
Signed-off-by: Jason McCallister <jason@mccallister.dev>
1 parent 322b1ee commit cff10bb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/localstack/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
"""LocalStack module for managing LocalStack instances and state.
2+
3+
This module provides functions to start LocalStack containers, manage state through Cloud Pods,
4+
and handle ephemeral LocalStack instances in the cloud using LocalStack Cloud and an auth token.
5+
This module supports both Community and Pro versions of LocalStack.
6+
"""
7+
18
from .main import Localstack as Localstack

src/localstack/main.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
"""LocalStack module for managing LocalStack instances and state.
2-
3-
This module provides functions to start LocalStack containers, manage state through Cloud Pods,
4-
and handle ephemeral LocalStack instances in the cloud.
5-
"""
6-
71
import os
82
import dagger
93
from dagger import dag, function, object_type, Doc

0 commit comments

Comments
 (0)