This commit is contained in:
2026-09-17 06:59:46 +08:00
parent c7d39938a2
commit e9a7ad9f77

7
py-client/tests/ipo.py Normal file
View File

@@ -0,0 +1,7 @@
from strategy.ipo import boot
def main():
boot.AutoBuyIpo()
if __name__ == '__main__':
main()