Newer Older
9 lines | 0.123kb
add files
Yuki Kimoto authored on 2014-03-26
1
package Perltweet::API;
2
use Mojo::Base 'Mojolicious::Controller';
3
use utf8;
4

            
5
has 'cntl';
6

            
7
sub app { shift->cntl->app }
8

            
9
1;