Skip to content

Commit

Permalink
Added a test function so I can actually make sure it find it
Browse files Browse the repository at this point in the history
  • Loading branch information
Riprock committed Oct 16, 2024
1 parent bb88143 commit 9c6754f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""The setup module to create the package to be distriubted on pypi"""
from setuptools import setup, find_packages

VERSION = '1.0.2'
VERSION = '1.0.3'
DESCRIPTION = 'Assetto Corsa intellisense stubs helper'
LONG_DESCRIPTION = """Assetto Corsa stubs library for "ac" object.
Helping intellisense and documentation when developing.
Expand Down
2 changes: 2 additions & 0 deletions src/ac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

__all__ = ["getDriverName", "getCarState"]

def testcall():
print("test")

def getCarState(car_identifier, info_identifier, optional_identifier=None):
"""
Expand Down

0 comments on commit 9c6754f

Please sign in to comment.