Skip to content

Commit

Permalink
changed class name to Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophBrandl committed Aug 28, 2019
1 parent ab51e45 commit 933e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/arduino.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from plugin_collection import Plugin
import json

class Keras(Plugin):
class Arduino(Plugin):

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 933e9c5

Please sign in to comment.