From cf5be5357464686184bfdf42cccec02f862b7b22 Mon Sep 17 00:00:00 2001 From: koukouchan <1010433454@qq.com> Date: Wed, 24 Aug 2022 21:34:36 +0800 Subject: [PATCH] fix: filename --- Python/source/{idGenerator.py => generator.py} | 0 Python/source/{idOptions.py => options.py} | 0 Python/source/{SnowFlake_.py => snowflake.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Python/source/{idGenerator.py => generator.py} (100%) rename Python/source/{idOptions.py => options.py} (100%) rename Python/source/{SnowFlake_.py => snowflake.py} (100%) diff --git a/Python/source/idGenerator.py b/Python/source/generator.py similarity index 100% rename from Python/source/idGenerator.py rename to Python/source/generator.py diff --git a/Python/source/idOptions.py b/Python/source/options.py similarity index 100% rename from Python/source/idOptions.py rename to Python/source/options.py diff --git a/Python/source/SnowFlake_.py b/Python/source/snowflake.py similarity index 100% rename from Python/source/SnowFlake_.py rename to Python/source/snowflake.py