Skip to content

Commit

Permalink
fix(python): add toolpp to init script
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Nov 11, 2024
1 parent 7c31df9 commit 7de429e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/python/cfg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._sourcepp_impl import __doc__, gamepp, sourcepp, steampp, vcryptpp, vtfpp
from ._sourcepp_impl import __doc__, gamepp, sourcepp, steampp, toolpp, vcryptpp, vtfpp

__author__ = "craftablescience"
__version__ = "${SOURCEPP_PYTHON_VERSION}"
__all__ = ['__author__', '__doc__', '__version__', 'gamepp', 'sourcepp', 'steampp', 'vcryptpp', 'vtfpp']
__all__ = ['__author__', '__doc__', '__version__', 'gamepp', 'sourcepp', 'steampp', 'toolpp', 'vcryptpp', 'vtfpp']

0 comments on commit 7de429e

Please sign in to comment.