We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blurb._export
1 parent 1cc4e8e commit d5e202dCopy full SHA for d5e202d
1 file changed
src/blurb/blurb.py
@@ -45,13 +45,10 @@
45
import itertools
46
import os
47
import re
48
-import shutil
49
import sys
50
import textwrap
51
import time
52
53
-from blurb._cli import main, subcommand
54
-from blurb._git import git_add_files, flush_git_add_files
55
from blurb._template import (
56
next_filename_unsanitize_sections, sanitize_section,
57
sanitize_section_legacy, sections, unsanitize_section,
@@ -475,4 +472,6 @@ def error(*a):
475
472
476
473
477
474
if __name__ == '__main__':
+ from blurb._cli import main
+
478
main()
0 commit comments