shmakovpn_tools
latest
Contents:
Code Contents
Start a python project script
Turning a Linux console to an IDE
Using
realmd
to connect to an Active Directory Domain
Configuring SSO on Httpd under Centos7
Certbot (Letsencrypt) configuration
Nodejs
Sphinx
Django
Working with the project hosted on a remote server
shmakovpn_tools
Docs
»
Module code
»
example
Source code for example
[docs]
def
hello_world
():
"""Prints **Hello World** to stdout"""
print
(
'Hello World'
)