mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
6 lines
123 B
Python
Executable File
6 lines
123 B
Python
Executable File
#!/mnt/beegfs/home/rastogi/poet/.ai/bin/python3.11
|
|
|
|
from idlelib.pyshell import main
|
|
if __name__ == '__main__':
|
|
main()
|