Files
infix/src/statd/python/yanger/__init__.py
T
Mattias Walström 8c9c432847 Add a new packet python-statd
Actually a part of statd, but had to make
a separarate package to get it to work.

Statd helper-scripts are now pre-compiled instead of doing it
in runtime.

Fixes #379
2024-04-16 12:47:16 +02:00

5 lines
64 B
Python

from .yanger import main
if __name__ == "__main__":
main()