add test
This commit is contained in:
7
py-client/tests/ipo.py
Normal file
7
py-client/tests/ipo.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from strategy.ipo import boot
|
||||
|
||||
def main():
|
||||
boot.AutoBuyIpo()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user