Fix build: Bundle schwab_scraper source and use local dependencies
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
This commit is contained in:
14
schwab_scraper/features/accounts_positions/__init__.py
Normal file
14
schwab_scraper/features/accounts_positions/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Unified accounts and positions feature package."""
|
||||
|
||||
from .accounts_scraper import list_accounts
|
||||
from .overview_scraper import get_account_overview
|
||||
from .positions_scraper import get_positions
|
||||
from .portfolio_scraper import get_portfolio_snapshot
|
||||
|
||||
__all__ = [
|
||||
"list_accounts",
|
||||
"get_account_overview",
|
||||
"get_positions",
|
||||
"get_portfolio_snapshot",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user