mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
6 lines
100 B
Python
6 lines
100 B
Python
|
|
#! /usr/bin/env python
|
||
|
|
|
||
|
|
from idlelib.PyShell import main
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main()
|