mirror of https://github.com/F-Stack/f-stack.git
8 lines
252 B
Python
8 lines
252 B
Python
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2022 University of New Hampshire
|
||
|
|
||
|
"""
|
||
|
This module contains the classes used to model the physical traffic generator,
|
||
|
system under test and any other components that need to be interacted with.
|
||
|
"""
|