We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe082a8 commit e472dc2Copy full SHA for e472dc2
src/asyncapi_python_codegen/generators/amqp/templates/__init__.py.j2
@@ -11,4 +11,6 @@
11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
See the License for the specific language governing permissions and
13
limitations under the License. #}
14
-from .application import Application
+from .application import Application
15
+
16
+__all__ = ["Application"]
0 commit comments