mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
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
5 lines
64 B
Python
5 lines
64 B
Python
from .yanger import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|