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