1
import gae_django
2
import app_profiler.app_profiler
3
4
def main():
5
app_profiler.app_profiler.main()
6
7
if __name__ == '__main__':
8
main()