mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-29 11:51:14 +00:00
7 lines
92 B
Python
Executable File
7 lines
92 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
import atrcopy
|
|
|
|
atrcopy.run()
|