bikefusion / __init__.py
ahnobari
updated load scripts
d7c069b
raw
history blame
244 Bytes
from bikefusion import *
import os
current_dir = os.path.dirname(os.path.abspath(__file__))
load_bikefusion = lambda: load_bikefusion_and_data(current_dir)
__all__ = [name for name in dir() if not name.startswith("_") and name not in {"os"}]