mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2025-02-18 03:30:39 +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()
|