5 lines
137 B
Python
5 lines
137 B
Python
# Instantiate global detail dealer, will be initialized in reloadOverview
|
|
from app import details
|
|
|
|
detaildealer = details.DetailDealer()
|