5 lines
167 B
Python
5 lines
167 B
Python
from openstack_dashboard.dashboards.yuyu.cases.pricing_use_case import PricingUseCase
|
|
|
|
|
|
class FloatingIpPriceUseCase(PricingUseCase):
|
|
pricing_name = "floating_ip"
|