1
2
3
4
5
6
7
8
#![allow(unused)]

use crate::Esi;

/// Endpoints for Market
pub struct MarketGroup<'a> {
    pub(crate) esi: &'a Esi,
}