Skip to content
Snippets Groups Projects

Resolve "Create a spearhead instance for rabotnik-tiles"

9 files
+ 241
67
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 3
2
@@ -17,7 +17,8 @@
# along with this program. If not, see http://www.gnu.org/licenses/.
from .diff_analyzer import DiffAnalyzer
from .diff_analyzer import DiffAnalyzer, OSMDiffAnalyzer, OBMDiffAnalyzer
from .spearhead import Spearhead
__all__ = ["DiffAnalyzer"]
__all__ = ["Spearhead", "DiffAnalyzer", "OSMDiffAnalyzer", "OBMDiffAnalyzer"]
Loading