4 lines
71 B
Python
Executable file
4 lines
71 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import snapshot
|
|
print(snapshot.make_snapshot())
|