Files
big-qmt/py-client/tests/ipo.py
2026-09-17 06:59:46 +08:00

8 lines
104 B
Python

from strategy.ipo import boot
def main():
boot.AutoBuyIpo()
if __name__ == '__main__':
main()