Add a market class to the controller. Add a method in the Market controller to grab the market root. Display the market root in the market browser.
2 lines
37 B
Python
2 lines
37 B
Python
from controller.market import Market
|