Yuki Kimoto add files
aa0f2e9 10 years ago
1 contributor
9 lines | 0.123kb
package Perltweet::API;
use Mojo::Base 'Mojolicious::Controller';
use utf8;

has 'cntl';

sub app { shift->cntl->app }

1;