6 lines
88 B
Python
6 lines
88 B
Python
#!/usr/bin/env python
|
|
from samplelib import spam as pig, ham as hog # <1>
|
|
|
|
pig()
|
|
hog()
|