Spaces:
Running
Running
tracinginsights
commited on
Commit
•
51c0b3a
1
Parent(s):
2823ac5
Create Overtakes.py
Browse files- pages/Overtakes.py +7 -0
pages/Overtakes.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from repo_directory import button
|
2 |
+
from repo_directory import Overtakes
|
3 |
+
|
4 |
+
option = Overtakes.select_gp()
|
5 |
+
Overtakes.plot_recent_overtakes(option)
|
6 |
+
Overtakes.plot_full_season()
|
7 |
+
Overtakes.plot_circuits()
|