# Copyright (c) 2018, Eugene Gershnik # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE.txt file or at # https://opensource.org/licenses/BSD-3-Clause """Command line utility""" import sys from .wakeonlan import main sys.exit(main())