Merge Python Branch into Main #1

Merged
hagi merged 45 commits from python into main 2022-12-30 19:15:27 +00:00
Showing only changes of commit 793e8ec5ed - Show all commits

View file

@ -18,7 +18,3 @@ def main_content():
def main():
cProfile.run("main_content()")
# run main with cProfile
cProfile.run("main()")