initial creation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from samplelib import spam as pig, ham as hog # <1>
|
||||
|
||||
pig()
|
||||
hog()
|
||||
Reference in New Issue
Block a user