Skip to content

Commit

Permalink
GUI Issue #75 - Updating test_broker to test_server to incorporate ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
aywaldron authored and MJJoyce committed Sep 4, 2019
1 parent 0ad3a26 commit e8d13d0
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 88 deletions.
11 changes: 11 additions & 0 deletions ait/server/handlers/example_handler.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from ait.core import log, tlm
from ait.server.handler import Handler


class ExampleHandler(Handler):

def __init__(self, input_type=None, output_type=None, **kwargs):
super(ExampleHandler, self).__init__(input_type, output_type)

def handle(self, input_data):
pass
Loading

0 comments on commit e8d13d0

Please sign in to comment.