import { Service, Autowired } from 'koatty';
import { App } from '../App';

@Service()
export class TestService {
  app: App;

  // implement service methods
}
