imports
This commit is contained in:
parent
42dd496a7f
commit
e18bf4178f
2 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@ import sys
|
|||
from pathlib import Path
|
||||
|
||||
import env
|
||||
from rwx import fs, ps
|
||||
from rwx import fs
|
||||
from rwx.log import stream as log
|
||||
|
||||
import pidd
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
import os
|
||||
from pathlib import Path
|
||||
|
||||
from cd import browse, project, projects
|
||||
from rwx import ps, split
|
||||
from rwx.log import log
|
||||
|
||||
|
||||
def pidd_browse_workspace() -> None:
|
||||
browse(project.root)
|
||||
|
||||
|
|
Loading…
Reference in a new issue