fix: pyproject.toml, module paths

This commit is contained in:
smypmsa
2025-03-17 15:47:28 +00:00
parent 396e9bce1d
commit 684b1c4b61
14 changed files with 72 additions and 56 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ from typing import Final
from construct import Flag, Int64ul, Struct
from solders.pubkey import Pubkey
from src.core.client import SolanaClient
from src.core.pubkeys import LAMPORTS_PER_SOL, TOKEN_DECIMALS
from src.utils.logger import get_logger
from core.client import SolanaClient
from core.pubkeys import LAMPORTS_PER_SOL, TOKEN_DECIMALS
from utils.logger import get_logger
logger = get_logger(__name__)