Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from game1 import read1, func1, interpre1, func1_written
|
|
| 9 |
from game2 import func2
|
| 10 |
from game3 import read3, func3, interpre3, func3_written
|
| 11 |
|
|
|
|
| 12 |
def ret_en():
|
| 13 |
return 'en'
|
| 14 |
|
|
|
|
| 9 |
from game2 import func2
|
| 10 |
from game3 import read3, func3, interpre3, func3_written
|
| 11 |
|
| 12 |
+
|
| 13 |
def ret_en():
|
| 14 |
return 'en'
|
| 15 |
|