added example with import
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
print("running example with import")
|
||||
|
||||
from some_lib import some_var
|
||||
|
||||
print(some_var)
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
some_var = "some thing"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user