5 lines
140 B
Python
5 lines
140 B
Python
#!/usr/bin/env python3
|
|
"""Fixture marker for the no-send identity readback tool."""
|
|
|
|
ACCESS_MODE = "read_only"
|
|
NETWORK_SEND_ENABLED = False
|