Files
2026-05-06 19:47:31 +07:00

9 lines
109 B
Python

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