mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
6 lines
103 B
Python
6 lines
103 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
if __name__ == '__main__':
|
|
from .examples import demo
|
|
demo.run_demo()
|