Source code for samsifter.filters.filter_test

# -*- coding: utf-8 -*-
"""
Created on Fri Jan 16 11:55:23 2015

@author: aldehoff
"""

import sys


[docs]def main(): print("called with these arguments: %s" % sys.argv) exit
if __name__ == "__main__": main()