Files
2025-12-09 12:13:01 +01:00

9 lines
109 B
Python

def main(args=None):
from .avar.plan import main
main(args)
if __name__ == "__main__":
main()