11 lines
260 B
Python
11 lines
260 B
Python
'''
|
|
This file is used to perform various Cost Explorer operations
|
|
usually have to be root or be specifically assigned the
|
|
permission to get anything from this
|
|
'''
|
|
|
|
from libs.ce import *
|
|
|
|
|
|
def step_cost_explorer_get_cost_and_usage():
|
|
ce_get_cost_and_usage() |