mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
4 lines
62 B
Python
4 lines
62 B
Python
from .main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|