mirror of
https://github.com/kennethreitz/ghsync.git
synced 2026-07-21 21:09:30 +00:00
7 lines
105 B
Python
Executable File
7 lines
105 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import ghsync
|
|
|
|
if __name__ == '__main__':
|
|
ghsync.run() |