Skip to content
Snippets Groups Projects
__init__.py 281 B
Newer Older
aucomte's avatar
aucomte committed
from pathlib import Path
from .run import run_local
aucomte's avatar
aucomte committed
from .install import install_local
aucomte's avatar
aucomte committed
from .usefull_function import get_version
aucomte's avatar
aucomte committed
from .edit_files import create_config
aucomte's avatar
aucomte committed
from .global_variable import *

__version__=get_version()

aucomte's avatar
aucomte committed
__doc__ = """RNAja"""

description_tools = f"""RNAja"""