jarvis-server-v2/jarvis/skills/__init__.py
2023-03-25 12:24:18 +01:00

4 lines
166 B
Python

from .JarvisSkill import JarvisSkill
from .decorators import (intent_handler, intent_file_handler,
resting_screen_handler, skill_api_method)