feat: initial commit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m50s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m50s
This commit is contained in:
12
bridge_app/__init__.py
Normal file
12
bridge_app/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""Reusable components for the Max ↔ Telegram bridge CLI."""
|
||||
from .config import Config, parse_args
|
||||
from .max_bridge import list_chats_and_exit, run_bridge
|
||||
from .storage import ForwardedMessageStore
|
||||
|
||||
__all__ = [
|
||||
"Config",
|
||||
"parse_args",
|
||||
"list_chats_and_exit",
|
||||
"run_bridge",
|
||||
"ForwardedMessageStore",
|
||||
]
|
||||
Reference in New Issue
Block a user