Skip to content

Commit 81285a4

Browse files
authored
Merge pull request #1 from cesaryuan/fix
Fix ModuleNotFoundError when running reqable script directly
2 parents 8d9f263 + d45828b commit 81285a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

reqable/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
import main
2-
3-
if __name__== '__main__':
4-
main.main()
1+
from reqable.reqable import *

0 commit comments

Comments
 (0)