Initial commit

This commit is contained in:
2023-09-10 13:04:17 -04:00
commit a0498a3774
72 changed files with 1230 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
class Sort(object):
def __init__(self, id: str = None,
name: str = None,
balance: str = None):
self.sort_params = {'sort': str()}
is_first_entry = True
if id:
if is_first_entry:
self.sort_params['sort'] += '{}|{}'.format(option, sort[option])
is_first_entry = False
else:
self.sort_params['sort'] += ' {}|{}'.format(option, sort[option])