mirror of
https://github.com/Andre0512/pyhOn.git
synced 2024-12-22 10:45:31 +00:00
Add wine cellar
This commit is contained in:
parent
11988c73a6
commit
f9d0fa4ae8
5
pyhon/appliances/wc.py
Normal file
5
pyhon/appliances/wc.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from pyhon.appliances.base import ApplianceBase
|
||||
|
||||
|
||||
class Appliance(ApplianceBase):
|
||||
pass
|
Loading…
Reference in a new issue