all picks classes are now collected in the same module
This commit is contained in:
parent
9ff18c7425
commit
4bb03d6418
@ -1,7 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Thu Oct 2 18:41:18 2014
|
|
||||||
|
|
||||||
@author: sebastianw
|
|
||||||
"""
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Created on Thu Oct 2 18:41:08 2014
|
|
||||||
|
|
||||||
@author: sebastianw
|
|
||||||
"""
|
|
||||||
|
|
@ -12,3 +12,15 @@ class ReferencePick(Pick):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Pick.__init__()
|
Pick.__init__()
|
||||||
|
|
||||||
|
|
||||||
|
class ConventionalPick(Pick):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
Pick.__init__()
|
||||||
|
|
||||||
|
|
||||||
|
class AutomaticPick(Pick):
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
Pick.__init__()
|
Loading…
Reference in New Issue
Block a user