8 lines
89 B
Python
8 lines
89 B
Python
import sys
|
|
|
|
from aide.main import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|