mirror of https://github.ac.cn/xinb/8b10b.git
8 lines
149 B
Python
8 lines
149 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
import sys
|
||
|
import os
|
||
|
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||
|
|
||
|
import encdec8b10b
|