Skip to content

Commit

Permalink
add export module
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT committed Jun 20, 2024
1 parent 4cd6c0d commit 1aeeaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "hatchling.build"

[project]
name = "swankit"
version = "0.1.0b8"
version = "0.1.0b9"
dynamic = ["readme"]
description = "Base toolkit for SwanLab"
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion swankit/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
@Description:
核心解析模块工具
"""
from .data import BaseType, DataSuite, MediaBuffer, ParseResult, ParseErrorInfo
from .data import BaseType, MediaType, DataSuite, MediaBuffer, ParseResult, ParseErrorInfo
from .settings import SwanLabSharedSettings

ChartType = BaseType.Chart

__all__ = [
"BaseType",
"MediaType",
"ChartType",
"DataSuite",
"MediaBuffer",
Expand Down

0 comments on commit 1aeeaff

Please sign in to comment.