9 lines
115 B
Python
9 lines
115 B
Python
# import os
|
|
# import bitstring
|
|
|
|
|
|
class OriginService():
|
|
|
|
def __init__(self, fhdhr):
|
|
self.fhdhr = fhdhr
|