Release: 1.2.11 | Release Date: August 20, 2018

SQLAlchemy 1.2 Documentation

Contents | Index

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()