Say I have a file with 100 lines of code in a file. 1-90 is a python class code. 91-100 is some code that uses the class.
line 1 - class Test: line 90 - end of cl