8 lines
104 B
Python
8 lines
104 B
Python
from strategy.ipo import boot
|
|
|
|
def main():
|
|
boot.AutoBuyIpo()
|
|
|
|
if __name__ == '__main__':
|
|
main()
|