forked from importers/git-importer
Split out Flat generator to be able to test it
This commit is contained in:
6
lib/abstract_walker.py
Normal file
6
lib/abstract_walker.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class AbstractWalker:
|
||||
"""Just a duck type, most likely not needed by python, but I
|
||||
find interface classes preferable (java school)"""
|
||||
|
||||
def call(self, node, is_source):
|
||||
pass
|
Reference in New Issue
Block a user