naming convention

This commit is contained in:
Ace
2023-06-03 16:16:07 +02:00
parent 48e393e48c
commit 9486006e86
22 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#!python3
"""
10.3" driver class
Copyright by aceisace
Copyright by aceinnolab
"""
from subprocess import run
from inkycal.custom import image_folder, top_level

View File

@@ -1,7 +1,7 @@
#!python3
"""
7.8" parallel driver class
Copyright by aceisace
Copyright by aceinnolab
"""
from subprocess import run
from inkycal.custom import image_folder, top_level

View File

@@ -1,7 +1,7 @@
#!python3
"""
9.7" driver class
Copyright by aceisace
Copyright by aceinnolab
"""
from subprocess import run
from inkycal.custom import image_folder, top_level