Delete Library.scala

This commit is contained in:
Werner 2023-05-15 19:04:51 -03:00
parent d30650e0dc
commit 1b82604f7c

View file

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