mirror of
https://github.com/kennethreitz/ghsync.git
synced 2026-06-05 15:00:17 +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() |