"""Allow running the package as: python -m family_assistant"""
from family_assistant.cli import main
main()