6 lines
91 B
Python
6 lines
91 B
Python
"""MAC module."""
|
|
|
|
from sim.mac.reliable_mac import ReliableMAC
|
|
|
|
__all__ = ["ReliableMAC"]
|