We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4512df commit 1268a44Copy full SHA for 1268a44
2 files changed
pyproject.toml
@@ -15,6 +15,7 @@ dependencies = [
15
"exifread==3.0.0",
16
"httpx==0.27.2",
17
"pillow==11.0.0",
18
+ "python-magic==0.4.27",
19
]
20
name = "bma-client-lib"
21
description = "BornHack Media Archive Client Library"
src/bma_client_lib/__init__.py
@@ -1 +1 @@
1
-from .bma_client_lib import BmaClient
+from .bma_client import BmaClient
0 commit comments