mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-01-03 16:45:35 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
|
from pyhon.appliances.base import ApplianceBase
|
||
|
|
||
|
|
||
|
class Appliance(ApplianceBase):
|
||
|
pass
|