mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
7 lines
178 B
Python
7 lines
178 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from wxUI.dialogs import filters
|
||
|
|
||
|
class filterController(object):
|
||
|
def __init__(self):
|
||
|
self.dialog = filters.filterDialog()
|
||
|
self.dialog.get_response()
|