import 'package:marianum_mobile/api/apiRequest.dart';

class WebdavApi extends ApiRequest {
  String basePath;

  WebdavApi(this.basePath);


}