We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1bc63 commit 6e2683eCopy full SHA for 6e2683e
1 file changed
src/localstack/__init__.py
@@ -1,16 +1 @@
1
-"""A generated module for Localstack functions
2
-
3
-This module has been generated via dagger init and serves as a reference to
4
-basic module structure as you get started with Dagger.
5
6
-Two functions have been pre-created. You can modify, delete, or add to them,
7
-as needed. They demonstrate usage of arguments and return types using simple
8
-echo and grep commands. The functions can be called from the dagger CLI or
9
-from one of the SDKs.
10
11
-The first line in this comment block is a short description line and the
12
-rest is a long description with more detail on the module's purpose or usage,
13
-if appropriate. All modules should have a short description.
14
-"""
15
16
from .main import Localstack as Localstack
0 commit comments