I'm doing some AST modifications in Python. This may be done for optimization purpose or other.
Where is the right place to put it, so when you do something like:
pyhon myfile.py
or
python runserver.py myapp
the modifications took place for every .py executed file?