database.js 87 B

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