5 lines
156 B
Python
5 lines
156 B
Python
from openstack_dashboard.dashboards.yuyu.cases.pricing_use_case import PricingUseCase
|
|
|
|
|
|
class ImagePriceUseCase(PricingUseCase):
|
|
pricing_name = "image"
|