Usage
From a .py
file:
import pytemplates_pypackage
print(pytemplates_pypackage.__version__)
pytemplates_pypackage.greet(user="Jacob")
from pytemplates_pypackage import wish_farewell
wish_farewell(user="Jacob")
From a .py
file:
import pytemplates_pypackage
print(pytemplates_pypackage.__version__)
pytemplates_pypackage.greet(user="Jacob")
from pytemplates_pypackage import wish_farewell
wish_farewell(user="Jacob")