examples.performance.__main__

优质
小牛编辑
126浏览
2023-12-01
"""Allows the examples/performance package to be run as a script."""

from . import Profiler


if __name__ == "__main__":
    Profiler.main()