1# SPDX-License-Identifier: GPL-2.0-only 2# This file is part of Scapy 3# See https://scapy.net/ for more information 4# Copyright (C) Nils Weiss <nils@we155.de> 5 6# scapy.contrib.status = skip 7 8""" 9Package of contrib automotive modules that have to be loaded explicitly. 10""" 11 12import logging 13 14log_automotive = logging.getLogger("scapy.contrib.automotive") 15 16log_automotive.setLevel(logging.INFO) 17