Skip to content

Commit

Permalink
chore: expose Strategy and Resource class
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jul 20, 2023
1 parent 17143a3 commit 4a8c3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bentoml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
from ._internal.context import ServiceContext as Context
from ._internal.models import Model
from ._internal.monitoring import monitor
from ._internal.resource import Resource
from ._internal.runner import Runnable
from ._internal.runner import Runner
from ._internal.runner.strategy import Strategy
from ._internal.service import Service
from ._internal.service.loader import load
from ._internal.tag import Tag
Expand Down Expand Up @@ -219,4 +221,6 @@
"load_config",
"save_config",
"set_serialization_strategy",
"Strategy",
"Resource",
]

0 comments on commit 4a8c3d0

Please sign in to comment.