Add initial Reports object
This commit is contained in:
9
atst/domain/reports.py
Normal file
9
atst/domain/reports.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class Reports:
|
||||
|
||||
@classmethod
|
||||
def workspace_totals(cls, workspace):
|
||||
return {
|
||||
'budget': 100_000_000,
|
||||
'spent': 40_000_000,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user