mirror of
https://github.com/tiennm99/serena.git
synced 2026-06-17 20:48:39 +00:00
6 lines
190 B
Python
6 lines
190 B
Python
from serena.sample_module import SampleClass
|
|
|
|
if __name__ == "__main__":
|
|
print(SampleClass().sample_method("Oraios AI"))
|
|
print("Your new library project serena is waiting for you!")
|