Release: 1.4.25 | Release Date: September 22, 2021

SQLAlchemy 1.4 Documentation

Contents | Index

examples.performance.__main__ 源代码

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

from . import Profiler


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