Files
2026-01-17 21:21:30 +08:00

9 lines
117 B
Python

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