aboutsummaryrefslogtreecommitdiff
path: root/examples/example1/library2.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example1/library2.py')
-rw-r--r--examples/example1/library2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example1/library2.py b/examples/example1/library2.py
new file mode 100644
index 0000000..fb7cc63
--- /dev/null
+++ b/examples/example1/library2.py
@@ -0,0 +1,2 @@
+if __name__ == "__main__":
+ print("Library 2 loading")