Skip to content

Commit 6d36e14

Browse files
committed
Move MVC to the end
1 parent bde028b commit 6d36e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from examples import tictactoe
1818

1919
items = [
20-
("examples/mvc.py", mvc.create()),
2120
("examples/styling.py", styling.create()),
2221
("examples/dom.py", dom.create()),
2322
("examples/inputs.py", inputs.create()),
@@ -32,4 +31,5 @@
3231
("examples/canvas.py", canvas.create()),
3332
("examples/pizza.py", pizza.create()),
3433
("examples/splits.py", splits.create()),
34+
("examples/mvc.py", mvc.create()),
3535
]

0 commit comments

Comments
 (0)