Spaces:
Runtime error
Runtime error
Upload main.py
Browse files
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 |
+
|