#!/usr/bin/env python3.6
"""Start Kytos SDN Platform core."""

from kytos.core import kytosd

kytosd.main()
