Skip to content

Commit

Permalink
Forgot to make it public
Browse files Browse the repository at this point in the history
  • Loading branch information
Riprock committed Oct 16, 2024
1 parent 9c6754f commit 0ff8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#NOTE: I have only documented the functions I have found code examples for or enough conversation context on forms/etc to tell me what it does
from typing import Any, Callable

__all__ = ["getDriverName", "getCarState"]
__all__ = ["getDriverName", "getCarState", "testcall"]

def testcall():
print("test")
Expand Down

0 comments on commit 0ff8645

Please sign in to comment.