6 lines
82 B
Python
6 lines
82 B
Python
#!/usr/bin/env python
|
|
from samplelib import spam, ham # <1>
|
|
|
|
spam() # <2>
|
|
ham()
|