Spaces:
Runtime error
Runtime error
File size: 273 Bytes
41479e9 3fefafb 41479e9 3fefafb 41479e9 2d12f2a 41479e9 |
1 2 3 4 5 6 7 8 9 |
# from git import Repo
# import os
# GITHUB_PAT = os.environ['GITHUB']
# if not os.path.exists('repo_directory'):
# Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/fastf1api.git', 'repo_directory' )
# from repo_directory import * |