add in init files
This commit is contained in:
parent
2af7dfd648
commit
3d947bc558
@ -0,0 +1,2 @@
|
||||
from .__AsyncClient import DataEngine_Ime_AsyncClient
|
||||
from .__SyncClient import DataEngine_Ime_SyncClient
|
||||
@ -1,4 +1,8 @@
|
||||
from .__tse_ifb import (
|
||||
DataEngine_TseIfb_SyncClient,
|
||||
DataEngine_TseIfb_AsyncClient
|
||||
)
|
||||
from .__ime import (
|
||||
DataEngine_Ime_SyncClient,
|
||||
DataEngine_Ime_AsyncClient
|
||||
)
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "HedgeTech"
|
||||
version = "0.3.0b1"
|
||||
version = "0.3.0b2"
|
||||
description = "A unified, high-performance API layer that powers all trading infrastructure across the HedgeTech ecosystem, providing modular, scalable, and real-time interfaces for market data, order management, and execution systems."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user