mirror of https://github.com/acidanthera/audk.git
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
#! /usr/bin/env python
|
||
|
|
||
|
from idlelib.PyShell import main
|
||
|
if __name__ == '__main__':
|
||
|
main()
|