10 lines
140 B
Perl
10 lines
140 B
Perl
|
use strict;
|
||
|
|
||
|
package TWiki::Configure::UIs::LANGUAGES;
|
||
|
|
||
|
use TWiki::Configure::UIs::Section;
|
||
|
|
||
|
use base 'TWiki::Configure::UIs::Section';
|
||
|
|
||
|
1;
|