Files
Rasmus Wriedt Larsen 120a569c6f Python: Explain how CallGraph test.py even works
Also remove options file, since it did nothing at all (and blocked
experimental/library-tests/options from taking effect)
2020-09-25 11:42:59 +02:00

4 lines
152 B
Python

# This import will only import code/__init__.py -- BUT we still analyse the other python
# files inside code/ which is what we want.
from code import *