added inline docu

This commit is contained in:
randogoth 2023-06-03 10:33:45 +03:00
parent f846c0e8ae
commit 71bc93b7b7
3 changed files with 20 additions and 3 deletions

View file

@ -2,6 +2,10 @@ import os
import shutil
def install():
"""
Tries to fetch TemporalLib from GitHub and build it
"""
print("TemporalLib not found. Attempting to install it...")
print("==================================================")
module_path = os.path.abspath(os.path.dirname(__file__))