MapComplete/Logic/Osm/RelationSplitlHandler.ts

11 lines
145 B
TypeScript
Raw Normal View History

/**
* The logic to handle relations after a way within
*/
export default class RelationSplitlHandler {
constructor() {
}
}