Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
6f69137
1
Parent(s):
d3fc1b6
Update __init__.py
Browse files- st_mlbee/__init__.py +2 -2
st_mlbee/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""Init."""
|
| 2 |
__version__ = "0.1.0a2"
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
|
|
|
| 1 |
"""Init."""
|
| 2 |
__version__ = "0.1.0a2"
|
| 3 |
+
from st_mlbee.st_mlbee import st_mlbee
|
| 4 |
|
| 5 |
+
__all__ = ("st_mlbee",)
|