+try:
+ from osmium.replication.server import ReplicationServer
+ from osmium import WriteHandler
+except ModuleNotFoundError as exc:
+ logging.getLogger().fatal("pyosmium not installed. Replication functions not available.\n"
+ "To install pyosmium via pip: pip3 install osmium")
+ raise UsageError("replication tools not available") from exc
+