mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
7 lines
96 B
Python
Executable File
7 lines
96 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from cmpcodesize.main import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|