mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
remove uesless process (#3338)
This commit is contained in:
parent
28dd882f98
commit
1424db8309
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user