Add logo to status bar.
This commit is contained in:
8
dsst/dsst_server/func_write.py
Normal file
8
dsst/dsst_server/func_write.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from common import models
|
||||
|
||||
|
||||
class WriteFunctions:
|
||||
|
||||
@staticmethod
|
||||
def create_season(season: 'models.Season'):
|
||||
return 'Season created.'
|
||||
Reference in New Issue
Block a user