Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package strategies
|
||||
|
||||
type EmptyRectangle struct {
|
||||
Base
|
||||
}
|
||||
type UniqueRectangleT1 struct {
|
||||
Base
|
||||
}
|
||||
type UniqueRectangleT4 struct {
|
||||
Base
|
||||
}
|
||||
type UniqueRectangleT7 struct {
|
||||
Base
|
||||
}
|
||||
Reference in New Issue
Block a user