Add base farm automation code (main branch)

This commit is contained in:
Dmitry Belan
2026-07-01 13:47:06 +03:00
parent 95a1378fdb
commit 7291a46b6a
4 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
class FarmAgent:
def __init__(self, name, module):
self.name = name
self._module = module
@staticmethod
def get_manual():
return "Инструкция: pH 6.0"