Files
Phoenix/wx/lib/plot/__main__.py

6 lines
103 B
Python

# -*- coding: utf-8 -*-
if __name__ == '__main__':
from .examples import demo
demo.run_demo()