0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-11 19:41:54 +00:00
bird/python/BIRD/Protocol/Babel.py

7 lines
139 B
Python
Raw Normal View History

from BIRD.Protocol import Protocol, ProtocolList
class BabelProtocol(Protocol):
match = "Babel"
ProtocolList.register(BabelProtocol)