diff --git a/src/ac/__init__.py b/src/ac/__init__.py index 5c2d63c..e32bb64 100644 --- a/src/ac/__init__.py +++ b/src/ac/__init__.py @@ -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")