mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2026-03-13 05:41:49 +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()
|