mirror of
https://github.com/13hannes11/bachelor_thesis_m.recommend.git
synced 2024-09-04 01:11:00 +02:00
4 lines
59 B
Python
4 lines
59 B
Python
import cProfile
|
|
import eval
|
|
|
|
cProfile.run('eval.main()') |