Skip to content
Snippets Groups Projects
__init__.py 273 B
Newer Older
Yngve Levinsen's avatar
Yngve Levinsen committed
from . import TraceWin
from . import installed
from . import lib_tw
from . import fieldmap
from .nextcloud import nextcloud

__all__ = [
    "fieldmap",
    "installed",
    "lib_tw",
    "SP_Relativity",
    "TraceWin",
    "TTF",
    "nextcloud",
]
Yngve Levinsen's avatar
Yngve Levinsen committed
__version__ = "2.5.1"