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

6 lines
87 B
Python

#!/usr/bin/env python
import samplelib # <1>
samplelib.spam() # <2>
samplelib.ham()