5 lines
158 B
Python
5 lines
158 B
Python
from openstack_dashboard.dashboards.yuyu.cases.pricing_use_case import PricingUseCase
|
|
|
|
|
|
class RouterPriceUseCase(PricingUseCase):
|
|
pricing_name = "router"
|