yuyu_dashboard/yuyu/cases/snapshot_price_use_case.py

6 lines
162 B
Python
Raw Permalink Normal View History

2022-05-13 14:01:58 +07:00
from openstack_dashboard.dashboards.yuyu.cases.pricing_use_case import PricingUseCase
class SnapshotPriceUseCase(PricingUseCase):
pricing_name = "snapshot"