1import sys 2import b 3import c 4import os 5import a 6 7class Tree: 8 branches: int 9 height_cubits: float 10 11def do_something_really_interesting_with_a_lot_of_arguments(arg_foo,arg_a:str, arg_b:int =0, **kwargs)->None: 12 call_some_func() 13 print( 14 "a str" 15 ) 16