mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 23:06:24 -04:00
6 lines
72 B
Python
6 lines
72 B
Python
from . import Profiler
|
|
|
|
if __name__ == '__main__':
|
|
Profiler.main()
|
|
|