mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
define processor and local runner
This commit is contained in:
parent
b2f1190066
commit
c67e4644e4
2 changed files with 8 additions and 0 deletions
6
backend/categorisation/local_runner.py
Normal file
6
backend/categorisation/local_runner.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main() -> None:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
2
backend/categorisation/processor.py
Normal file
2
backend/categorisation/processor.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def process_portfolio() -> None:
|
||||
pass
|
||||
Loading…
Add table
Reference in a new issue