Skip to content

Commit

Permalink
Prepare for standalone binary
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK authored Feb 12, 2023
1 parent 6fddc1c commit 726812a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Whatsapp_Chat_Exporter/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from .__init__ import __version__
try:
from .__init__ import __version__
except ImportError:
from Whatsapp_Chat_Exporter.__init__ import __version__
from Whatsapp_Chat_Exporter import extract_new as extract
from Whatsapp_Chat_Exporter import extract_iphone
from Whatsapp_Chat_Exporter import extract_iphone_media
Expand Down

0 comments on commit 726812a

Please sign in to comment.