mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
8
venv/Lib/site-packages/blank/__init__.py
Normal file
8
venv/Lib/site-packages/blank/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from .blank_func import reverse
|
||||
from . import main
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = [
|
||||
"reverse",
|
||||
]
|
Reference in New Issue
Block a user