mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-21 16:11:57 -04:00
1e1c0084b1
Closes: #13280 Change-Id: Ifbb77dd6d2a1c228ae97fcf8160f40e975edc57c
7 lines
141 B
Python
7 lines
141 B
Python
"""Allows the examples/performance package to be run as a script."""
|
|
|
|
from . import Profiler
|
|
|
|
if __name__ == "__main__":
|
|
Profiler.main()
|