Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Created April 9, 2019 20:40
Show Gist options
  • Save Sean-Bradley/f4fa9a72dc197e1107b79fcec2210746 to your computer and use it in GitHub Desktop.
Save Sean-Bradley/f4fa9a72dc197e1107b79fcec2210746 to your computer and use it in GitHub Desktop.
from abc import ABCMeta, abstractstaticmethod
from chair_factory import ChairFactory
from table_factory import TableFactory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment