Files
2025-05-20 11:57:43 -04:00

6 lines
88 B
Python

#!/usr/bin/env python
from samplelib import spam as pig, ham as hog # <1>
pig()
hog()