File size: 244 Bytes
6f203b4
 
 
 
 
d7c069b
6f203b4
d7c069b
1
2
3
4
5
6
7
8
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"}]