We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01329e0 commit 89e10a3Copy full SHA for 89e10a3
1 file changed
trdg/run.py
@@ -1,5 +1,8 @@
1
import argparse
2
import os, errno
3
+import sys
4
+sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
5
+
6
import random as rnd
7
import string
8
import sys
0 commit comments