This commit is contained in:
2026-09-19 19:44:48 +08:00
parent 149478d4a6
commit 7183cb45f8
19 changed files with 0 additions and 0 deletions

7
labs/tests/ipo.py Normal file
View File

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