We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64a447b + 81285a4 commit ba90e11Copy full SHA for ba90e11
reqable/__init__.py
@@ -1,4 +1 @@
1
-import main
2
-
3
-if __name__== '__main__':
4
- main.main()
+from reqable.reqable import *
0 commit comments