initial commit

This commit is contained in:
2021-05-08 05:30:01 +02:00
commit 2707fad57f
1630 changed files with 125667 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
from .secret import *
+6
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'] = ''