mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
8 lines
142 B
Python
8 lines
142 B
Python
"""
|
|
Temporary namespace migration shim for application entry points.
|
|
"""
|
|
|
|
from bearhub.app_main import main, tray
|
|
|
|
__all__ = ["main", "tray"]
|