mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
8 lines
109 B
Python
8 lines
109 B
Python
def main(args=None):
|
|
from .avar.plan import main
|
|
|
|
main(args)
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|