Skip to content

Commit

Permalink
dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Sep 10, 2024
1 parent af88236 commit 5903ba5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import datetime
import toml

developing = True

if developing:
import datetime
import toml
time_now = datetime.datetime.now().strftime("%y%m%d%H%M%S")
f = open("pyproject.toml", "r")
data = toml.load(f)
Expand Down

0 comments on commit 5903ba5

Please sign in to comment.