refactored

This commit is contained in:
randogoth 2025-02-02 21:43:12 +02:00
parent 471dbad6aa
commit f039d394a5
12 changed files with 29 additions and 23 deletions

3
lib/map3terms.dart Normal file
View file

@ -0,0 +1,3 @@
library map3terms;
export 'src/map3terms_scrambler.dart';

View file

@ -1,5 +1,5 @@
import 'dart:math';
import 'whatfreewords_cipher.dart';
import 'map3terms_map.dart';
final Map<String, String> ilist =
wlist.map((key, value) => MapEntry(value, key));

View file

@ -1,3 +0,0 @@
library whatfreewords;
export 'src/whatfreewords_scrambler.dart';