initial creation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# sample Python module
|
||||
|
||||
|
||||
def spam():
|
||||
print("Hello from spam()")
|
||||
|
||||
def ham():
|
||||
print("Hello from ham()")
|
||||
|
||||
def _eggs():
|
||||
print("Hello from _eggs()")
|
||||
Reference in New Issue
Block a user