ka1kuk commited on
Commit
18470b1
1 Parent(s): 78f3a37

Create Image.py

Browse files
Files changed (1) hide show
  1. Image.py +11 -0
Image.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Open pull requests and issues at https://github.com/acheong08/BingImageCreator
2
+ import .BingImageCreator
3
+
4
+ ImageGen = BingImageCreator.ImageGen
5
+
6
+ ImageGenAsync = BingImageCreator.ImageGenAsync
7
+
8
+ main = BingImageCreator.main
9
+
10
+ if __name__ == "__main__":
11
+ main()