wip - should change the name of manufacturers, maybe other classes than Server etc

This commit is contained in:
Solvik Blum 2019-08-02 18:39:05 +02:00
commit 81302915eb
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47
9 changed files with 280 additions and 0 deletions

View file

4
netbox_agent/hp/hp.py Normal file
View file

@ -0,0 +1,4 @@
from netbox_agent.server import ServerBase
class HPHost():
pass