Release: 1.1.0b1 | Release Date: not released

SQLAlchemy 1.1 Documentation

Source code for examples.performance.__main__

"""Allows the examples/performance package to be run as a script."""

from . import Profiler

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