Skip to content

Commit 0bccbb0

Browse files
committed
Forward __main__
1 parent a17185e commit 0bccbb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erdetect/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import sys
33
from erdetect.utils.misc import CustomLoggingFormatter
44
from erdetect.version import __version__
5+
from erdetect import main_cli as __main__
56
from erdetect._erdetect import process
67
from erdetect.views.gui import open_gui
78
__all__ = ['process', 'open_gui', '__version__']

0 commit comments

Comments
 (0)