Files
2026-04-16 10:01:11 +08:00

9 lines
109 B
Python

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