more organization
This commit is contained in:
+3
-3
@@ -7,10 +7,10 @@ from pathlib import Path
|
||||
|
||||
@dataclass
|
||||
class Bead:
|
||||
id: str
|
||||
title: str
|
||||
id: str
|
||||
title: str
|
||||
description: str
|
||||
status: str = "active"
|
||||
status: str = "active"
|
||||
|
||||
class BeadsClient:
|
||||
def __init__(self, working_dir: Path):
|
||||
|
||||
Reference in New Issue
Block a user