jarvis-server-v2/jarvis/skills/__init__.py

4 lines
166 B
Python
Raw Normal View History

2023-03-25 12:24:18 +01:00
from .JarvisSkill import JarvisSkill
from .decorators import (intent_handler, intent_file_handler,
resting_screen_handler, skill_api_method)