def get_table_name()

in app.py [0:0]


def get_table_name():
    """
     Get table name from App Config
    """
    appconfig.update_config()
    return appconfig.config["TableName"]