Initial commit
This commit is contained in:
8
drivers/fiberhome.py
Normal file
8
drivers/fiberhome.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from drivers import OltDriver
|
||||
|
||||
class FiberhomeDriver(OltDriver):
|
||||
def connect(self):
|
||||
raise NotImplementedError("Driver Fiberhome ainda não implementado.")
|
||||
|
||||
def get_olt_stats(self):
|
||||
raise NotImplementedError("Driver Fiberhome ainda não implementado (v2.0).")
|
||||
Reference in New Issue
Block a user