#!venv/bin/python3

from redscope.actions import get_action

if __name__ == '__main__':
    action = get_action()
    action()
