bell-violation / app.py
roszcz's picture
Move violation to an outside repo
cc47114
raw
history blame
100 Bytes
from physics.dashboards import bell_violation
if __name__ == "__main__":
bell_violation.main()