Skip to content

Commit e472dc2

Browse files
committed
Add __all__ to __init__.py.j2
1 parent fe082a8 commit e472dc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/asyncapi_python_codegen/generators/amqp/templates/__init__.py.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License. #}
14-
from .application import Application
14+
from .application import Application
15+
16+
__all__ = ["Application"]

0 commit comments

Comments
 (0)