mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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()
|