Files
weirdAAL/modules/ce.py
2018-04-16 21:17:35 -04:00

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()