database.js 80 B

1234567
  1. class database {
  2. constructor() {
  3. }
  4. }
  5. export { database };