Skip to content

Commit b6711f0

Browse files
authored
Merge pull request #7 from yepcode/bugfix/YEP-2940
YEP-2940 YepCodeStorage not accessible in yepcode-run python lib
2 parents c025c04 + ba814b4 commit b6711f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

yepcode_run/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from .run.execution import Execution
33
from .api.yepcode_api import YepCodeApi
44
from .env.yepcode_env import YepCodeEnv
5+
from .storage.yepcode_storage import YepCodeStorage
56
from .api.types import (
67
YepCodeApiConfig,
78
ExecutionStatus,
@@ -18,6 +19,7 @@
1819
__all__ = [
1920
"YepCodeRun",
2021
"YepCodeEnv",
22+
"YepCodeStorage",
2123
"Execution",
2224
"YepCodeApi",
2325
"YepCodeApiConfig",

0 commit comments

Comments
 (0)