Skip to content

Commit

Permalink
Expose some classes through application package
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Jan 27, 2024
1 parent 4ba004a commit 8990e9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions service_oriented/application/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from service_oriented.application.entry_point_spec import EntryPointSpec
from service_oriented.application.generic_application import GenericApplication


__all__ = [
"EntryPointSpec",
"GenericApplication",
]

0 comments on commit 8990e9e

Please sign in to comment.