Skip to content

Commit e61c687

Browse files
Add GracefulShutdownHandler to module exports in __init__.py
1 parent 070d556 commit e61c687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py_spring_core/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from py_spring_core.core.interfaces.application_context_required import (
1919
ApplicationContextRequired,
2020
)
21+
from py_spring_core.core.interfaces.graceful_shutdown_handler import GracefulShutdownHandler
2122
from py_spring_core.event.application_event_handler_registry import EventListener
2223
from py_spring_core.event.application_event_publisher import ApplicationEventPublisher
2324
from py_spring_core.event.commons import ApplicationEvent
@@ -43,4 +44,5 @@
4344
"EventListener",
4445
"Middleware",
4546
"MiddlewareRegistry",
47+
"GracefulShutdownHandler",
4648
]

0 commit comments

Comments
 (0)