Files
weirdAAL/modules/ce.py
2018-04-19 11:12:56 -04:00

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