mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
remove uesless process (#3338)
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class Process(ABC):
|
||||
@property
|
||||
@abstractmethod
|
||||
def pid(self) -> int:
|
||||
pass
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def command(self) -> str:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def read_logs(self) -> str:
|
||||
pass
|
||||
Reference in New Issue
Block a user