Spaces:
Running
Running
File size: 197 Bytes
51c0b3a |
1 2 3 4 5 6 7 |
from repo_directory import button
from repo_directory import Overtakes
option = Overtakes.select_gp()
Overtakes.plot_recent_overtakes(option)
Overtakes.plot_full_season()
Overtakes.plot_circuits() |