feat: interactive School class

This commit is contained in:
Starcea 2024-06-28 16:34:37 +09:00
commit 1671dda26e
No known key found for this signature in database
GPG key ID: B7A77E32374911E1
6 changed files with 130 additions and 43 deletions

View file

@ -1,7 +1,9 @@
import Comcigan from './client'
import School from './models/School'
export default Comcigan
export { School }
export * from './models/Region'
export * from './models/School'
export * from './models/Timetable'