YmcAI commited on
Commit
bb667b2
1 Parent(s): 04cc6ed

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +13 -0
main.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import mogwai
2
+
3
+
4
+
5
+
6
+ # print("Bienvenue dans le Mogwai Wallet Checker")
7
+
8
+ # Press the green button in the gutter to run the script.
9
+ if __name__ == '__main__':
10
+ print("Bienvenue dans le Mogwai Wallet Checker")
11
+
12
+ mogwai
13
+