1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-20 20:26:42 -04:00
aprsd/aprsd/messaging.py
Hemna bfc0a5a1e9 Cleaned out all references to messaging
The messaging.py now is nothing but a shell that
contains a link to packets.NULL_MESSAGE to help maintain
some backwards compatibility with plugins.

Packets dataclass has fully replaced messaging objects.
2022-12-16 15:58:02 -05:00

5 lines
134 B
Python

# What to return from a plugin if we have processed the message
# and it's ok, but don't send a usage string back
# REMOVE THIS FILE