feat(jupyterhub): install buunstack package to kernel image
This commit is contained in:
13
python-package/buunstack/__init__.py
Normal file
13
python-package/buunstack/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
buunstack - Python package for buun-stack Jupyter environment
|
||||
"""
|
||||
|
||||
from .secrets import SecretStore, get_env_from_secrets, put_env_to_secrets
|
||||
|
||||
try:
|
||||
from ._version import __version__
|
||||
except ImportError:
|
||||
__version__ = "unknown"
|
||||
__author__ = "Buun Stack Team"
|
||||
|
||||
__all__ = ["SecretStore", "get_env_from_secrets", "put_env_to_secrets"]
|
||||
Reference in New Issue
Block a user