mirror of
https://github.com/python/cpython.git
synced 2025-11-06 08:31:58 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
"""Run the sampling profiler from the command line."""
|
|
|
|
from .sample import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|