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