8 lines
68 B
Python
8 lines
68 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
pass |