11 lines
262 B
Python
11 lines
262 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 module_cost_explorer_get_cost_and_usage():
|
|
ce_get_cost_and_usage() |