Source code for pybmix.example

[docs]class Example(object): def __init__(self): print("Hello from Example")