mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
6 lines
82 B
Python
6 lines
82 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
def say_hello():
|
|
print("Welcome to Blank package!")
|