mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Migrate to scala lib
This commit is contained in:
parent
90aa04c14a
commit
081a512a08
28 changed files with 203 additions and 1056 deletions
7
src/main/scala/com/tribufu/sdk/Library.scala
Normal file
7
src/main/scala/com/tribufu/sdk/Library.scala
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved.
|
||||
|
||||
package com.tribufu.sdk
|
||||
|
||||
class Library {
|
||||
def alive(): Boolean = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue