mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
9 lines
127 B
Python
9 lines
127 B
Python
# -*- coding: utf-8 -*-
|
|
from .blank_func import reverse
|
|
from . import main
|
|
|
|
__version__ = "0.1.0"
|
|
__all__ = [
|
|
"reverse",
|
|
]
|