start framework
This commit is contained in:
16
allfence.py
Normal file
16
allfence.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from hashlib import sha256
|
||||
|
||||
def create_user(db, login_info, user_info):
|
||||
pass
|
||||
|
||||
def update_user(db, login_info, user_info):
|
||||
pass
|
||||
|
||||
def create_event(db):
|
||||
pass
|
||||
|
||||
def finish_event(db, event):
|
||||
pass
|
||||
|
||||
def create_tournament(db, events):
|
||||
pass
|
||||
Reference in New Issue
Block a user