10 lines
158 B
Cython
Executable File
10 lines
158 B
Cython
Executable File
#cython: language_level=3
|
|
|
|
'''
|
|
Created on 28 juillet 2017
|
|
|
|
@author: coissac
|
|
'''
|
|
|
|
from obitools3.dms.dms cimport DMS
|
|
from obitools3.utils cimport tobytes,tostr |