summaryrefslogtreecommitdiff
path: root/examples/performance/__main__.py
blob: aeb124e1d1f553e3f90fa1bf32337b6d320eef9f (plain)
1
2
3
4
5
6
7
"""Allows the examples/performance package to be run as a script."""

from . import Profiler


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