Adding new python

This commit is contained in:
Adsooi 2024-09-23 04:35:10 +02:00
parent c66d08b352
commit 5bdf81b2ed
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 120 additions and 4 deletions

View file

@ -39,7 +39,3 @@ if not is_release and which('git') is not None:
# Date cannot be parsed, not git root?
pass
if __name__ == "__main__":
from .logarithmplotter import run
run()