dissertation-3-evaluation/structure/__init__.py
Jake Hillion a9d001e764 Refactored graph generation
- Refactored graph generation
- Added bar graphs and switched most
2020-12-12 10:40:29 +00:00

6 lines
261 B
Python

from .generic import IpMethod, Interface, Bridge, Node
from .structure import SpeedTestServer, LocalPortal, RemotePortal
from .tests import StandardTest, DirectTest, IperfResult
from .environments import StandardEnvironment, DirectEnvironment, BaseEnvironment