Skip to content

Instantly share code, notes, and snippets.

@Drvanon
Created May 3, 2012 17:51
Show Gist options
  • Save Drvanon/2587578 to your computer and use it in GitHub Desktop.
Save Drvanon/2587578 to your computer and use it in GitHub Desktop.
class NewProtocol(Protocol):
def __init__(self, x):
self.x = x
class NewFactory(Factory):
protocol = Newprotocol # i would think ( x ) but then it becomes an instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment