mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
f8ad801e0c
refactor: update README configuration parameters and add error handling section refactor: streamline tonapi imports and add WalletVersion to __all__ chore: update project metadata in pyproject.toml
6 lines
96 B
Python
6 lines
96 B
Python
from pyfragment.domains.tonapi.service import TonapiService
|
|
|
|
__all__ = [
|
|
"TonapiService",
|
|
]
|