export class TODO_STATUS {
    static ready = 'ready';
}
