yuyu_dashboard/yuyu/cases/router_price_use_case.py

6 lines
158 B
Python
Raw Normal View History

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