Skip to content
Snippets Groups Projects
Forked from Owen Graham / visualizer-synthesis
This fork has diverged from the upstream repository.
__main__.py 87 B
"""Run the visualizer."""

from . import app

if __name__ == '__main__':
    app.run()