__init__.py 337 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
6
7
8
9
10
"""
Identifier:     KSC-SJ4-csst_common/__init__.py
Name:           __init__.py
Description:    csst_common package
Author:         Bo Zhang
Created:        2022-09-13
Modified-History:
    2022-09-13, Bo Zhang, created
    2022-09-13, Bo Zhang, fixed a bug
"""
BO ZHANG's avatar
BO ZHANG committed
11
12
13
14
15
import os

__version__ = "0.0.1"

PACKAGE_PATH = os.path.dirname(__file__)