Skip to content

Commit

Permalink
Add TosFileSystem class into __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 23, 2024
1 parent f48e64b commit ef1cb32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tosfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .core import TosFileSystem, TosFile
from tosfs.core import TosFile, TosFileSystem

__all__ = ["TosFileSystem", "TosFile"]

0 comments on commit ef1cb32

Please sign in to comment.