Skip to content

Commit

Permalink
Fix twexplore
Browse files Browse the repository at this point in the history
  • Loading branch information
denisenkom committed Nov 23, 2023
1 parent cea7f8f commit 1c4df28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/twain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,3 +1456,8 @@ def after(more):
finally:
sm.close()
return res[0]


# import all constants for backward compatibility
from .lowlevel.constants import *
from .windows import *

0 comments on commit 1c4df28

Please sign in to comment.