define processor and local runner

This commit is contained in:
Daniel Roth 2026-02-10 18:11:50 +00:00
parent b2f1190066
commit c67e4644e4
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
def main() -> None:
pass
if __name__ == "__main__":
main()

View file

@ -0,0 +1,2 @@
def process_portfolio() -> None:
pass