mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
5 lines
150 B
Python
5 lines
150 B
Python
from oauth_auth import main as oauth_main
|
|
|
|
def main(translator=None):
|
|
"""Handle GitHub OAuth registration"""
|
|
oauth_main('github', translator) |