aboutsummaryrefslogtreecommitdiff
path: root/lib/TgLib.pm
blob: 9be77d72968468c8c40470683f5759c4717fe0ed (plain) (blame)
1
2
3
4
5
6
package TgLib;

use parent qw<Exporter>;
our @EXPORT = qw<>;

1;