6 lines
67 B
Python
6 lines
67 B
Python
|
|
from aide.main import main
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|