mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
5 lines
62 B
Python
5 lines
62 B
Python
from .main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|