5 lines
162 B
Python
5 lines
162 B
Python
from openstack_dashboard.dashboards.yuyu.cases.pricing_use_case import PricingUseCase
|
|
|
|
|
|
class SnapshotPriceUseCase(PricingUseCase):
|
|
pricing_name = "snapshot"
|