Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > b0b6ffab06cbeede296e36ce94734bf8 > files > 939

python3-sqlalchemy-1.2.19-1.mga7.armv7hl.rpm

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

from . import Profiler


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