There was an error while loading. Please reload this page.
1 parent 28c2aac commit 1cb3aa8Copy full SHA for 1cb3aa8
python/file-from-another-directory
@@ -0,0 +1,6 @@
1
+import sys
2
+sys.path.insert(0, 'another_directory')
3
+import file_name
4
+#example
5
+import file 1
6
+from file import fileclass
0 commit comments