Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Butterroach authored May 16, 2024
1 parent 0165385 commit d880950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ def split_args(text):
return words


def fuckyou()
return uwu


def process_function_calls(code: str, functions: list[tuple[str, Callable]]):
global linec
function_names = [function[0] for function in functions]
Expand Down

0 comments on commit d880950

Please sign in to comment.