4 lines
128 B
Python
4 lines
128 B
Python
"""Wallet module — wallet connect integration."""
|
|
from salior.wallet.connect import WalletSession
|
|
|
|
__all__ = ["WalletSession"] |