Source code for weapons.engines.csgo
# ../weapons/engines/csgo/__init__.py
"""Provides CS:GO engine specific weapon functionality."""
# =============================================================================
# >> IMPORTS
# =============================================================================
# Source.Python
from weapons._base import Weapon as _Weapon
# =============================================================================
# >> CLASSES
# =============================================================================
[docs]class Weapon(_Weapon):
"""Allows easy usage of the weapon's attributes."""