Skip to content

Commit 730e884

Browse files
committed
upp
1 parent cfcca2c commit 730e884

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

OnlyMod/BcaslOnlyMod/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from __future__ import annotations
3131

32-
from .gui import BcaslStandaloneGui
32+
from .gui import BcaslStandaloneGui, launch_bcasl_gui
3333
from .app import BcaslOnlyModApp
3434

3535
__version__ = "1.0.0"
@@ -38,5 +38,6 @@
3838
__all__ = [
3939
"BcaslStandaloneGui",
4040
"BcaslOnlyModApp",
41+
"launch_bcasl_gui",
4142
]
4243

0 commit comments

Comments
 (0)