forked from VimPlug/jedi
4 lines
109 B
Python
4 lines
109 B
Python
class Iterable():
|
|
"""Parent class of Generator and Array, exists due to import restrictions."""
|
|
pass
|