mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-01 14:21:44 -04: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() |