initial commit

This commit is contained in:
2021-05-08 05:29:32 +02:00
commit 2707fad57f
1630 changed files with 125667 additions and 0 deletions

View File

@@ -0,0 +1 @@
from .secret import *

View File

@@ -0,0 +1,6 @@
secret = dict()
secret['secret_key'] = ''
secret['oauth_client_id'] = ''
secret['oauth_client_secret'] = ''
secret['oauth_redirect_uri'] = ''
secret['toornament_api_key'] = ''