From ef94d9557d77e07ce305061b063662ecf270fd06 Mon Sep 17 00:00:00 2001 From: yitter Date: Wed, 8 Dec 2021 23:38:41 +0800 Subject: [PATCH] auto commit --- Python/README.md | 12 ++++++++++++ Python/{soure => source}/DefaultIdGenerator.py | 0 Python/{soure => source}/IdGeneratorOptions.py | 0 Python/{soure => source}/SnowFlake.py | 0 Python/{soure => source}/SnowFlakeM1.py | 0 5 files changed, 12 insertions(+) create mode 100644 Python/README.md rename Python/{soure => source}/DefaultIdGenerator.py (100%) rename Python/{soure => source}/IdGeneratorOptions.py (100%) rename Python/{soure => source}/SnowFlake.py (100%) rename Python/{soure => source}/SnowFlakeM1.py (100%) diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 0000000..ff9aec2 --- /dev/null +++ b/Python/README.md @@ -0,0 +1,12 @@ +# ❄ idgenerator-Python(未完成) + + +## 运行环境 + +Python 3.6+ + +## 引用 包 + + +## 调用示例 + diff --git a/Python/soure/DefaultIdGenerator.py b/Python/source/DefaultIdGenerator.py similarity index 100% rename from Python/soure/DefaultIdGenerator.py rename to Python/source/DefaultIdGenerator.py diff --git a/Python/soure/IdGeneratorOptions.py b/Python/source/IdGeneratorOptions.py similarity index 100% rename from Python/soure/IdGeneratorOptions.py rename to Python/source/IdGeneratorOptions.py diff --git a/Python/soure/SnowFlake.py b/Python/source/SnowFlake.py similarity index 100% rename from Python/soure/SnowFlake.py rename to Python/source/SnowFlake.py diff --git a/Python/soure/SnowFlakeM1.py b/Python/source/SnowFlakeM1.py similarity index 100% rename from Python/soure/SnowFlakeM1.py rename to Python/source/SnowFlakeM1.py