Skip to content

Commit

Permalink
add halloween 2024 items and effects
Browse files Browse the repository at this point in the history
  • Loading branch information
offish committed Oct 13, 2024
1 parent b0d995a commit 2f0fa58
Show file tree
Hide file tree
Showing 7 changed files with 28,136 additions and 21,024 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
__pycache__
update.py
12 changes: 6 additions & 6 deletions src/tf2_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
__title__ = "tf2-data"
__author__ = "offish"
__version__ = "0.0.8"
__version__ = "0.1.0"
__license__ = "MIT"

from .schema import Schema, SchemaItems, IEconItems
from .static import *
from .files import (
EFFECTS,
SCHEMA_ITEMS,
DEFINDEX_NAMES,
DEFINDEX_FULL_NAMES,
DEFINDEX_NAMES,
EFFECTS,
ITEM_NAME_IDS,
SCHEMA_ITEMS,
)
from .schema import IEconItems, Schema, SchemaItems
from .static import *

# flake8: noqa
Loading

0 comments on commit 2f0fa58

Please sign in to comment.