model: init

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-22 13:47:06 +05:30
parent ee07f8391c
commit 4a363200a0
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
11 changed files with 30 additions and 13 deletions

View file

@ -2,3 +2,4 @@ rootProject.name = "lobste.rs"
include ':app'
include ':data'
include ':lobsters-api'
include ':model'