Skip to content

Commit 11cce9e

Browse files
pdfrest.models: Convert module to a package
- Preparation for making a module for internal models.
1 parent 0d73bfe commit 11cce9e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/pdfrest/models/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .public import PdfRestErrorResponse, PdfRestFile, UpResponse
2+
3+
__all__ = ("PdfRestErrorResponse", "PdfRestFile", "UpResponse")

0 commit comments

Comments
 (0)