List of custom actions

May be somebody will be find answer for resolve the problem. I’ve came up with. This is my code.

from rasa_sdk.executor import ActionExecutor
import actions

custom_actions = ActionExecutor()
custom_actions.register_package(actions)
print(custom_actions.actions.keys())

This code is print list of all custom actions in project