1# This file is part of Scapy
2# Copyright (C) 2007, 2008, 2009 Arnaud Ebalard
3#               2015, 2016, 2017 Maxence Tury
4# This program is published under a GPLv2 license
5
6"""
7Aggregate some TLS crypto objects.
8"""
9
10from scapy.layers.tls.crypto.suites import *  # noqa: F401
11