Skip to content

Instantly share code, notes, and snippets.

@danielperezr88
Created August 2, 2016 07:53
Show Gist options
  • Save danielperezr88/81d22993957795668259cae3af65f555 to your computer and use it in GitHub Desktop.
Save danielperezr88/81d22993957795668259cae3af65f555 to your computer and use it in GitHub Desktop.
from AbstractServiceClass import AbstractServiceClass
class HeartBeater(AbstractServiceClass):
def __init__(self):
AbstractServiceClass.__init__(self)
def __doit__(self):
self.log('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment