import abc
class Animal(object):
__metaclass__ = abc.ABCMeta
@abc.abstractmethod
def method_to_implement(self, input):
return
class Animal:
def andar(self):
raise NotImplementedError("Animais precisam implementar andar")
-
Notifications
You must be signed in to change notification settings - Fork 0
aj07mm/design_patterns
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published