xiaolv's picture
Duplicate from xiaolv/new-bings-news
91525e6
raw
history blame
260 Bytes
# Open pull requests and issues at https://github.com/acheong08/BingImageCreator
import BingImageCreator
ImageGen = BingImageCreator.ImageGen
ImageGenAsync = BingImageCreator.ImageGenAsync
main = BingImageCreator.main
if __name__ == "__main__":
main()