Skip to content

Commit

Permalink
Create fs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored May 11, 2024
1 parent 6e87d4f commit 841e781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipfs_hub/fs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from typing import List

def list_packages(root_dir: str) -> List[str]:
"""Return a list of package names in the given root directory."""
# ...

0 comments on commit 841e781

Please sign in to comment.