We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04c928 commit c282eeeCopy full SHA for c282eee
projects/fal/src/fal/toolkit/file/file/zipped.py
@@ -9,7 +9,7 @@
9
10
from fal.toolkit.mainify import mainify
11
12
-from .normal import File
+from .standard import File
13
14
__all__ = ["CompressedFile"]
15
projects/fal/src/fal/toolkit/file/types.py
@@ -7,6 +7,8 @@
7
8
+__all__ = ["FileData", "RepositoryId", "FileRepository"]
+
@mainify
class FileData:
0 commit comments