mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
8 lines
126 B
Python
8 lines
126 B
Python
#!/usr/bin/python
|
|
|
|
"""
|
|
Test BACpypes APDU Module
|
|
"""
|
|
|
|
from . import test_max_apdu_length_accepted, test_max_segments_accepted
|