5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
|
import {OsmConnection} from "./Logic/Osm/OsmConnection";
|
||
|
|
||
|
|
||
|
const connection = new OsmConnection(false, undefined);
|