Migrate to scala lib

This commit is contained in:
Werner 2023-05-11 21:20:20 -03:00
parent 90aa04c14a
commit 081a512a08
28 changed files with 203 additions and 1056 deletions

View file

@ -0,0 +1,7 @@
// Copyright (c) TribuFu. All Rights Reserved.
package com.tribufu.sdk
class Library {
def alive(): Boolean = true
}