LasTres/script/las_tres
Sergiotarxz 3340a78fc4 Adding today changes:
- Adding devota
- Adding event loop
- Adding explore attributes to teams
2023-06-20 01:48:55 +02:00

14 lines
263 B
Perl
Executable File

#!/usr/bin/env perl
use v5.36.0;
use strict;
use warnings;
use Mojo::File qw(curfile);
use lib curfile->dirname->sibling('lib')->to_string;
use Mojolicious::Commands;
# Start command line interface for application
Mojolicious::Commands->start_app('LasTres');