mirror of
https://github.com/kennethreitz/ghsync.git
synced 2026-06-05 23:10:16 +00:00
ghsync
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import ghsync
|
||||
|
||||
if __name__ == '__main__':
|
||||
ghsync.run()
|
||||
Reference in New Issue
Block a user