Skip to content

Commit

Permalink
fix : __init__ updated #347
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 11, 2021
1 parent ff44b52 commit 1df571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""PyCM modules."""
from .pycm_param import PYCM_VERSION
from .pycm_param import PYCM_VERSION, OVERALL_BENCHMARK_LIST, CLASS_BENCHMARK_LIST
from .pycm_error import *
from .pycm_output import pycm_help, online_help
from .pycm_obj import ConfusionMatrix
Expand Down

0 comments on commit 1df571d

Please sign in to comment.