2022-03-14 11:22:17 +01:00
|
|
|
import * as plugins from './tapbundle.plugins.js';
|
2017-04-23 14:35:16 +02:00
|
|
|
|
|
|
|
export class TapCreator {
|
2017-07-06 00:06:18 +02:00
|
|
|
// TODO:
|
2017-04-23 14:35:16 +02:00
|
|
|
}
|
|
|
|
|
2018-06-28 23:34:41 +02:00
|
|
|
export let tapCreator = new TapCreator();
|