We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b35b8 commit aeca1b0Copy full SHA for aeca1b0
src/rtfparse/__init__.py
@@ -3,7 +3,7 @@
3
4
# Towncrier needs version
5
from rtfparse.__about__ import __version__
6
-from rtfparse.cli import main
7
8
if __name__ == "__main__":
+ from rtfparse.cli import main
9
main()
0 commit comments