Commit 29c0f9f6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

move CsstStatus and CsstResult to top level

parent 62331c40
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,8 +8,11 @@ Modified-History:
    2022-09-13, Bo Zhang, created
    2022-09-13, Bo Zhang, fixed a bug
"""

import os

from .status import CsstResult, CsstStatus

__version__ = "0.0.1"

PACKAGE_PATH = os.path.dirname(__file__)