https://stackoverflow.com/questions/14583761/typeerror-module-init-takes-at-most-2-arguments-3-given
You may also do the following in Python 3.6.1
from Object import Object as Parent
and your class definition to:
class Visitor(Parent):
https://stackoverflow.com/questions/14583761/typeerror-module-init-takes-at-most-2-arguments-3-given
You may also do the following in Python 3.6.1
from Object import Object as Parent
and your class definition to:
class Visitor(Parent):