mirror of
https://github.com/tcsenpai/pyhOn.git
synced 2025-06-06 03:05:26 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
from pyhon.appliances.base import ApplianceBase
|
|
|
|
|
|
class Appliance(ApplianceBase):
|
|
pass
|